vote up 0 vote down star

I've applied a stylesheet to an xml document, this works great when the XML is being viewed in my application. But if the xml is exported, I want the XML to still render as plain XML, is it possible to have the stylesheet as optional rather than it producing this error when style is not found:

Error loading stylesheet: A network error occured loading an XSLT stylesheet:

Thanks.

flag

1 Answer

vote up 1 vote down check

The only solution is to remove the xml-stylesheet during the export sadly.

link|flag
Oh, I see your point now. The only solution is to remove the xml-stylesheet during the export sadly. – Julian Aubourg Sep 22 at 17:53
My XML Doc starts life off looking like this: <?xml version="1.0" encoding="utf-8"?> <?xml-stylesheet type="text/xsl" href="message.xslt"?> – JL Sep 22 at 17:54
Please update your answer, and I'll accept is as correct... – JL Sep 22 at 17:55
Other possible solution: use media="<YOUR_APPLICATION_NAME>" and make it so your application renderer recognizes it as screen. Only your application would use the stylesheet (and from a semantic point of view, it makes sense). – Julian Aubourg Sep 22 at 17:56
@JL: I don't get your first comment... so I don't know what to update ;) – Julian Aubourg Sep 22 at 17:57
show 3 more comments

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.