I'm new to xml. I have created a stylesheet to convert an XML document to another XML document.
I included this statement
< xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/> in my stylesheet.
when I view the transformation in a browser, what I see doesn't look anything XML, i dont see any of the tags I specified, just the contents. how do I view the xml that is generated?
I included this statement
< xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/> in my stylesheet.
when I view the transformation in a browser, what I see doesn't look anything XML, i dont see any of the tags I specified, just the contents. how do I view the xml that is generated?
Comment