[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Embedded Stylesheets

Subject: RE: Embedded Stylesheets
From: "Chris Bayes" <chris@xxxxxxxxxxx>
Date: Wed, 26 Sep 2001 17:12:45 +0100
embedded stylesheet xml
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@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of 
> Michael Kay
> Sent: 26 September 2001 16:13
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: RE:  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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.