2
votes
How to select unique nodes in XSLT
Here's an example:
<root>
<item type='test'>A</item>
<item type='test'>B</item>
<item type='test'>C</item>
<item type='t …
1
vote
0
votes
Generating SQL using XML and XSLT
Your SQL statement scares me. XML is case sensitive, and your comparison there is going to fail unless your XSLT transform generates exactly the same casing as your original insert used (including …
1
vote
Generating SQL using XML and XSLT
Your SQL statement scares me. XML is case-sensitive, and your comparison there is likely to fail if the input XML and XSLT (including all elements, attributes, and values) aren't cased exactly like …
3
votes
Is there any online XSLT processing service available?
Look into Yahoo Pipes (http://pipes.yahoo.com/).
From the site:
…
