ernstwolthaus
Programmer
I've been trying to sort my XML with XSLT. This works fine but I don't want the XSLT to draw my data. How can I sort XML in data islands with XSLT without creating the HTML-tags?
Example:
I have a <table datasrc="..."> which is linked to an XML-source. I want to sort the data but I don't want the XSLT to draw HTML-tags. Just to sort the data...
I've tried XSLT but I can't seem to use it just for sorting with no HTML-tags, just return sorted data...
Somebody please help, I've spend a lot of time on this one and I stuck!!
Thanks,
Ernst Wolthaus
Example:
I have a <table datasrc="..."> which is linked to an XML-source. I want to sort the data but I don't want the XSLT to draw HTML-tags. Just to sort the data...
I've tried XSLT but I can't seem to use it just for sorting with no HTML-tags, just return sorted data...
Somebody please help, I've spend a lot of time on this one and I stuck!!
Thanks,
Ernst Wolthaus