In my xsd I have a set of enumerated types within an element. Is there any way of extracting these and inserting them into my xslt via xpath, or do I need to either;
1) code them in an includable xml file
2) Hard code them in the xslt, which means I have 3 duplicate sets of data (database, xslt and xsd) to maintain and synchronise
K
1) code them in an includable xml file
2) Hard code them in the xslt, which means I have 3 duplicate sets of data (database, xslt and xsd) to maintain and synchronise
K