help with XSLT



Hi to all I need to transform an xml document from a format to another.

In my source XML I have a tag value that is a list of codes. I give u
an example:
<mytag>1,2,33,44,55,6,7,88,99,...,nn</mytag>

Now I need to have this tag transformed as follow:
<MyNewTags>
<MyNewTag>1</MyNewTag>
<MyNewTag>2</MyNewTag>
<MyNewTag>33</MyNewTag>
<MyNewTag>44</MyNewTag>
<MyNewTag>55</MyNewTag>
<MyNewTag>6/MyNewTag>
<MyNewTag>7</MyNewTag>
<MyNewTag>88</MyNewTag>
<MyNewTag>99</MyNewTag>
....
<MyNewTag>nn</MyNewTag>
</MyNewTags>

How do i do that with XSLT?
Or when can I lookup to find the solution?

I did not find anything on the W3C Tutorial about XSLT..

Thanks in advance, Himgi.

.



Relevant Pages

  • XML to XML Using XSLT
    ... I need to transform one xml document into a second xml document. ... 19495 BISCAYNE BLVD ... but HOW I do that in XSLT? ...
    (microsoft.public.dotnet.xml)
  • XML to XML Using XSLT
    ... I need to transform one xml document into a second xml document. ... 19495 BISCAYNE BLVD ... but HOW I do that in XSLT? ...
    (microsoft.public.dotnet.general)
  • Re: Need to generate a text file.
    ... XSLT is used to transform an XML document into another XML document, ... Normally XSLT does this by transforming each XML element into an ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: load xml data into Access where an xml node has > 256 columns
    ... of the sub-nodes of the xml document. ... Anyone done this via VBA or a utility? ... it's probably easier to use a XSLT to transform the incoming XML into a structure that's compatible with Access. ... You can have it transform into structure that Access will be then able to import into several tables to maintain normalization. ...
    (comp.databases.ms-access)
  • Transform using xml and xsd
    ... I am doing a transform using an xml document and an xslt based on the ... transform know it is based on a schema rather than an instance. ...
    (microsoft.public.dotnet.xml)