i'm having difficulty finding a way to change from an xml document defined
by one schema to one defined by another schema. what i want to do is go from
an xml document looking like:
<es>
<e>
<a></a>
<b></b>
<c></c>
</e>
<e>
<a></a>
<b></b>
<c></c>
</e>
</es>
to one looking like:
<as>
<a>
<b><c></c></b>
<b><c></c></b>
<b><c></c></b>
</a>
<a>
<b><c></c></b>
</a>
</as>
where the b and c entries are grouped by having the same value of a.
the problem i run into is that once i process <es /> --> <as />, i have no
way of evaluating that new xml structure... it just appears in the browser
unformatted without tags.
_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8.
http://join.msn.com/?page=features/junkmail
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list