help with XSLT
- From: "himgi" <himgiescapero@xxxxxxxxx>
- Date: 1 Aug 2006 08:10:56 -0700
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.
.
- Follow-Ups:
- Re: help with XSLT
- From: Andy Dingley
- Re: help with XSLT
- Prev by Date: Re: Default-default namespace and localname
- Next by Date: Re: FOAF
- Previous by thread: Default-default namespace and localname
- Next by thread: Re: help with XSLT
- Index(es):
Relevant Pages
|