R
Rob Smegma
Greetings,
I have an XML document like so:
<root>
<head>
<meta name=1/>
<meta name=2/>
<meta name=3/>
</head>
<body>
<msg>HEY</msg>
<msg>YOU</msg>
<msg>THERE</msg>
</body>
</root>
I would like to transform this into:
(1,HEY), (2,YOU), (3,THERE)
The meta elements correspond to the msg elements.
I am an XSL newbie so I'm still trying to learn this technology. Any
help would be greatly appreciated! Thank you.
Robert
I have an XML document like so:
<root>
<head>
<meta name=1/>
<meta name=2/>
<meta name=3/>
</head>
<body>
<msg>HEY</msg>
<msg>YOU</msg>
<msg>THERE</msg>
</body>
</root>
I would like to transform this into:
(1,HEY), (2,YOU), (3,THERE)
The meta elements correspond to the msg elements.
I am an XSL newbie so I'm still trying to learn this technology. Any
help would be greatly appreciated! Thank you.
Robert