[xsl] processing XML on the server, then the client (or xml -> xml)

Subject: [xsl] processing XML on the server, then the client (or xml -> xml)
From: "Tyler Drake" <lazystickman@xxxxxxxxxxx>
Date: Thu, 31 Jul 2003 14:23:28 +0000
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



Current Thread