Subject: Can I use xslt to change xml tag names?
From: meclear2000 <meclear2000@xxxxxxxxx>
Date: Sun, 3 Nov 2002 21:26:35 -0800 (PST)
|
Hi,
I have the following xml file:
<?xml version="1.0" encoding="UTF-8"?>
<dogs dog-count="2">
<all-dogs age="3">
<color>black</color>
<feeling>hungry</feeling>
<name>Puppy</name>
</all-dogs>
<all-dogs age="2">
<color>white</color>
<feeling>full</feeling>
<name>Snow</name>
</all-dogs>
</dogs>
I want to change the tag name <dogs> into <rowset> and
the <all-dogs> into <row>. Can I use xslt to do it? I
only saw how to transform xml to html using xslt.
Thanks a lot!
Jenny
__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|