Re: OT: XSL and XML namespaces

2005-08-10 Thread S . Isaac Dealey
Thanks for the suggestion Barney... no, when you specify "text" as the output method it doesn't return any of the tags (or attributes) and it doesn't escape the text. I'll have to find another solution. > Probably not, since that's a non-canonical form. If > you're XSL is > already assigning the

Re: OT: XSL and XML namespaces

2005-08-09 Thread Barney Boisvert
Probably not, since that's a non-canonical form. If you're XSL is already assigning the namespace to the attribute and the generated output is missing it, I think you're stuck. Actually, now that I think about it, you might try declaring that your stylesheet is generating text, rather than XML (s

OT: XSL and XML namespaces

2005-08-09 Thread S . Isaac Dealey
I have this xml doc: Which gets transformed into this: But because of the way the remaining xml parsing routines function, it's necessary to retain the namespace prefix on the delimiter attribute, so... won't work... Does anyone know if there's a way to force an XSL she