Advertisement
Guest User

parashuram

a guest
Jul 7th, 2008
459
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
  3. "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
  4. <taglib>
  5. <tlibversion>1.0</tlibversion>
  6. <jspversion>1.1</jspversion>
  7. <shortname></shortname>
  8. <info>
  9. Tag Library to convert the HTML files generated to JSON format
  10. </info>
  11. <tag>
  12. <name>jsString</name>
  13. <tagclass>com.tiriyo.taglib.JSONHandler.Stringify</tagclass>
  14. <bodycontent>JSP</bodycontent>
  15. <info>
  16. Converts the HTML to a JSON String with the variable
  17. </info>
  18. <attribute>
  19. <name>variable</name>
  20. <required>true</required>
  21. <rtexprvalue>true</rtexprvalue>
  22. </attribute>
  23. </tag>
  24. </taglib>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement