This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Embedded Stylesheets


Aha. I was going by the examples on page 100/109 1st/2nd edition.

XML/XSL Portal
http://www.bayes.co.uk/xml


> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com 
> [mailto:owner-xsl-list@lists.mulberrytech.com] On Behalf Of 
> Michael Kay
> Sent: 26 September 2001 16:13
> To: xsl-list@lists.mulberrytech.com
> Subject: RE: [xsl] Embedded Stylesheets
> 
> 
> > 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?
> 
> You haven't defined the "id" attribute of xsl:stylesheet to 
> be of type "ID".
> 
> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]