|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] extracting data from an element
Hello everyone,
Today I have a different problem. How do I extract data from an
element? for example if I have something that looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<DIMENSIONS>
<DIMENTION> T=60 896 x 476</DIMENTION>
<DIMENTION> T=160 89 x 46</DIMENTION>
</DIMENSIONS>
into something like this:
<?xml version="1.0" encoding="UTF-8"?>
<DIMENSIONS>
<DIMENTION>
<Length>60</Length>
<Width>896></Width>
<Mass>476></Mass>
</DIMENSION>
<DIMENTION>
<Length>160</Length>
<Width>89></Width>
<Mass>46></Mass>
</DIMENSION>
</DIMENSIONS>
I'm learning a lot here. Many thanks for the assistance you've given me so far.
Cheers,
Mike.
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






