You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Scott Derrick <sc...@tnstaafl.net> on 2002/09/05 18:15:49 UTC

Is this question to hard?? XSLT????

From: "Scott Derrick" <sc...@tnstaafl.net>
| Hi all,
|
| I must be missing something really obvious.
|
| I need to generate XML documents that use XSLT style sheets. Which means I
| need the DOMWriter to generate a stylesheet reference at the top of the
XML
| file like the second line below:
|
| <?xml version="1.0" ?>
| <?xml-stylesheet type='text/xsl' href='my_stylesheet.xsl' ?>
| ......
|
|
| it seems like such a normal thing to do, what am I missing?
|
| Scott



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: Is this question to hard?? XSLT????

Posted by Juergen Hermann <jh...@web.de>.
On Thu, 5 Sep 2002 10:15:49 -0600, Scott Derrick wrote:

>| <?xml-stylesheet type='text/xsl' href='my_stylesheet.xsl' ?>
>| ......
>|
>|
>| it seems like such a normal thing to do, what am I missing?

That text/xsl is no valid (registered) MIME type, use text/xml.


Ciao, Jürgen



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org