Subject: RE: Embedded Stylesheets
From: "Chris Bayes" <chris@xxxxxxxxxxx>
Date: Wed, 26 Sep 2001 13:39:20 +0100
|
Mike,
Using this xml in a file emb.xml
<?xml version="1.0"?>
<?xml-stylesheet type="text/xml" href="#style1"?>
<books>
<book>some book</book>
<xsl:stylesheet id="style1"
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="book">
<xsl:apply-templates/>
</xsl:template>
<xsl:template match="xsl:stylesheet"/>
</xsl:stylesheet>
</books>
And this command line with saxon 6.4.3
C:\temp>saxon -a emb.xml
Gives me
Transformation failed: Stylesheet is empty or absent
Changing type="text/xml" to type="text/xsl" makes no difference.
What am I doing wrong?
Ciao Chris
XML/XSL Portal
http://www.bayes.co.uk/xml
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> Michael Kay
> Sent: 26 September 2001 12:24
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: RE: Embedded Stylesheets
>
>
> > Sheryl,
> > The link you gave to the spec has a perfectly good example on
> > how to do
> > it. Saxon used to support this feature but hasn't since v6
> so I guess
> > you are out of luck unless you want to go back to Saxon 5.5.1
> >
>
> It stopped working in 6.0 but was reinstated in 6.1
>
> Mike Kay
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|
Michael Kay - Wed, 26 Sep 2001 07:24:48 -0400 (EDT)
Bas Alberts - Wed, 26 Sep 2001 06:10:04 -0400 (EDT)
|
|