kirangentlebreeze1987 Posted February 23, 2011 Posted February 23, 2011 hello experts, i am a newbie to xslt,i wanted to know how to make an array of node values in xslt any idead????
JohnBampton Posted February 23, 2011 Posted February 23, 2011 can you give us and example of this "array of node values"?
Martin Honnen Posted February 23, 2011 Posted February 23, 2011 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.
kirangentlebreeze1987 Posted February 23, 2011 Author Posted February 23, 2011 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
kirangentlebreeze1987 Posted February 23, 2011 Author Posted February 23, 2011 can you give us and example of this "array of node values"?@john<emp><id>1231</id><id>1232</id><id>1233</id></emp> i wanted to make a set of id values is it possible to do it in xsli mean in any of the form like an array
Recommended Posts
Archived
This topic is now archived and is closed to further replies.