Subject: XMLtoXML transformation
From: Kris Kolodziej <kkolodziej@xxxxxxxxxxxx>
Date: Tue, 14 Aug 2001 13:05:09 -0400
|
Hello all,
What would the stylesheet look like for the below transformation?
This might be a simple XSL for some of you....
-----------
my XML:
<Box minx="-71.88" miny="41.14"
maxx="-71.01" maxy="42.01" />
-------------
XSL:
????
-----------------
Desired output:
<TEXT coords="minx miny"/>
(I want the value of the minx and miny from my XML)
----------------
Thanks,
</Kris>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|