Subject:xml transformation to xhml Author:steve marco Date:27 Apr 2005 11:16 PM
Hi i am trying to transform a xsl into an xhtml file. How would i do this
all the examples of the internet seem to be a little difficult. Do you just need some sort of declaration at the start of the xsl document. I am using the xalan processor to do this. If i do need some sort of declaration what should it look like. I am using this xsl document in conjunction with an xml and dtd. If there is anything that i need to be aware of in there to get the output working please let me know.
Subject:xml transformation to xhml Author:Minollo I. Date:01 May 2005 10:02 PM
You usually create XSLT stylesheets to transform XML document(s) into some other format (XHTML in your case). You can find examples about how to do that using Stylus Studio on: http://www.stylusstudio.com/learn_xslt.html