xml to xml transformation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zoom007
    New Member
    • Jun 2007
    • 6

    xml to xml transformation

    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?
  • rnd me
    Recognized Expert Contributor
    • Jun 2007
    • 427

    #2
    Originally posted by zoom007
    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?
    what you posted isnt exclusive of working.

    can you show us more of the stylesheet, and perhps one item of xml?

    might check your 'disable output escaping'

    Comment

    • Dököll
      Recognized Expert Top Contributor
      • Nov 2006
      • 2379

      #3
      Originally posted by zoom007
      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?
      Greetings, zoom007!

      Please take a look this link, if you have not already. I have been referring everyone to it, pretty simple:



      Good luck and welcome!

      Dököll
      Last edited by Dököll; Jun 22 '07, 01:16 AM. Reason: Text

      Comment

      Working...