User Profile

Collapse

Profile Sidebar

Collapse
Cartik
Cartik
Last Activity: May 8 '07, 10:44 PM
Joined: Apr 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Obtaining variable information from an XML file using xslt.

    Hello,

    This question is regarding applying an XSL transformation to map one XML file to another. Im posting this question again.

    Say I have original XML attributes like:
    <series>
    <number>1</number>
    <series>

    and the final XML output file as:
    <series number="1"/>

    I'm trying to use
    <xsl:variable name="number"...
    See more | Go to post

  • Cartik
    started a topic XSLT question
    in XML

    XSLT question

    XSL gurus,

    I'm trying to create an XSLT file to go from one XML document type to another.

    The first document type has values likes

    <series>
    <number>1</number>
    <id>232</id>
    <name>JohnDoe ></name>
    </series>

    and it has to be transformed to
    <NewField number="1" id="232" name="JohnDoe"/>...
    See more | Go to post
No activity results to display
Show More
Working...