-
xml using xsl and xslt
hi all,
I'm doing an web application that can get data from database and store them into an xml file.
I know that we could use xsl and xslt to manipulate the way it display the information.
I wonder if anyone is familiar with it and could give mi some advice on how to do it.
Now i already had my xslt file but don noe how to use it with my xml file.
Can somebody please help???
Thanks!!!!
-
Hi karen17,
Is the processor al ready in place,if not?
Use Xalan!
What is Xalan?
Xalan is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. It implements the W3C Recommendations for XSL Transformations (XSLT) and the XML Path Language (XPath). It can be used from the command line, in an applet or a servlet, or as a module in other program
http://xml.apache.org/xalan-j/index.html
I have worked with it a while ago.
But i dont have to mush experience with it
See ya
-
that may not be what he wants though. that would just create a one time html filee. he probably wants to keep the xml and xsl seperate.
To answer the question..goto
http;//www.xml101.com
thats where I got my start and learned the basics real quickly.