|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Unique processing
Say I have XML data
<parent>
<dataType>integer</dataType>
<dataType>list(integer)</dataType>
<dataType>integer(1..5)</dataType>
<dataType>ipAddress</dataType>
<dataType>list(ipAddress)</dataType>
</parent>
I also have a template/function called 'baseDataType' that expects a
"dataType" node and will extract the base datatype ('integer' and
'ipAddress' above).
Instead of getting the unique dataType nodes, how can I get a list of unique
base data types (i.e. Unique of baseDataType(//datatType)).
Thanks,
Darren
_______________________________________________
Darren Hayduk | Network Management
Nauticus Networks, Inc.
200 Crossing Blvd, Framingham, MA 01702
508-270-0500 x299
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
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
|






