Okay, so I have three documents. list.xml list.xsl SimpleTransform.java What do I do now? I downloaded Jaxp 1.4.2 . What do I do with it? Upload it to my Hostmonster account? Part of it or all of it? Where do I file it? Do I not need it if I use Hostmonster? Do I need to add code to my current docs that references the Jaxp? I really don’t understand how to make this work. The language used in the tutorials for this stuff is way over my head.
Next: How Does Godaddy.com Work?
Previous: Multiple Domian Web Hosting?
"What Do I Do With The Jaxp I Downloaded? Do I Even Need It?" was posted on Saturday, July 11th, 2009 at 9:07 pm.
One Response to “What Do I Do With The Jaxp I Downloaded? Do I Even Need It?”
Leave a Reply
JAXP java xml parsing
In case you are using Java xslt processor then yes it does has Tranformation classes which will transform xml -xsl to html which will be view in your application.
Jaxp,Jaxb are basically used to remove programming overhead for
various xml parsing(SAX & DOM).Generally been used for webservices.
Forth visithttp://www.roseindia.net/programming/tut…
Hope this resolves your issues
Cheers:)