deepabalaji
Programmer
Hi all,
I have a sample xml, xsl, xslt file.(from the net). I'm learning transformations.
I'm trying to figure out how will i use JAXP, xsltc to do a transformation from xml to html.
I mean what would be my initial steps as to download what all and where to place them.
I have jdk 1.4, eclipse 3.1, tiger( xslt mapper plug in), i added Xerces.jar, xalan.jar,xsltc.jar,xml-api.jar...jar files in classpath(eclipse)
and in lib of my web-inf server.
When i use xml spy...one of my sample xml,xsl gets transformed to html and is displayed in browser..but I need the output on my server web-inf(jsp).
I guess i need to configure eclipse to recognize XLTC procesor.
I need to convert xml to html and send it to respective jsp pages using JAXP and transformation engine XSLTC.
Please let me know what will be my steps to do transformation and send results as jsp to the server I'm working on.
Thanks a lot
Deepa
I have a sample xml, xsl, xslt file.(from the net). I'm learning transformations.
I'm trying to figure out how will i use JAXP, xsltc to do a transformation from xml to html.
I mean what would be my initial steps as to download what all and where to place them.
I have jdk 1.4, eclipse 3.1, tiger( xslt mapper plug in), i added Xerces.jar, xalan.jar,xsltc.jar,xml-api.jar...jar files in classpath(eclipse)
and in lib of my web-inf server.
When i use xml spy...one of my sample xml,xsl gets transformed to html and is displayed in browser..but I need the output on my server web-inf(jsp).
I guess i need to configure eclipse to recognize XLTC procesor.
I need to convert xml to html and send it to respective jsp pages using JAXP and transformation engine XSLTC.
Please let me know what will be my steps to do transformation and send results as jsp to the server I'm working on.
Thanks a lot
Deepa