Search Results

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

invalid QName when transforming a .net XSLTransform

You cannot have a space in an element name. …
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: …