Jump to content

how to make an array of node values in xslt?


kirangentlebreeze1987

Recommended Posts

Posted

Well XSLT has no "array" data type, XSLT 1.0 has primitive data types number, string, boolean and the complex data types node-set and result tree fragment. XSLT 2.0 has more primitive data types (various number types, date, dateTime) and sequences of nodes and primitive values as the complex data types.

Posted
Well XSLT has no "array" data type, XSLT 1.0 has primitive data types number, string, boolean and the complex data types node-set and result tree fragment. XSLT 2.0 has more primitive data types (various number types, date, dateTime) and sequences of nodes and primitive values as the complex data types.
Thank you martin

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...