Search found 1 match

by acdc11
Thu Feb 10, 2011 7:04 pm
Forum: XSLT and FOP
Topic: XSLT: how to exclude all result prefixes?
Replies: 0
Views: 2536

XSLT: how to exclude all result prefixes?

Hello, I have an xml in this shape: <report ... xmlns="http://www.does-not-exist-url" > My XSLT transformation on this XML fails. If in XML the xmlns would have had a prefix like: xmlns:xyz="..." then in the XSL I could exclude the prefix: exclude-result-prefixes="xyz" ...