Subject: Re: XSL & Doctype Declerations
From: "Karl Stubsjoen" <karl@xxxxxxxxxxxxx>
Date: Wed, 19 Feb 2003 10:57:50 -0700
|
All right, it is working now. I turned off "ValidateonParse".
Thanks folks!
Karl
----- Original Message -----
From: "David Carlisle" <davidc@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, February 19, 2003 9:36 AM
Subject: Re: XSL & Doctype Declerations
>
>
>
> > I see my self relying heavily on entities though, so am still interested
in
> > how to get this to work:
>
>
> It looks correct, you didn't say what didn't work.
> obviously you have to use a non validating parser otherwise it will
> tell you the stylesheet doesnt conform to your dtd (which only defines
> an entity and no elements) but all xslt systems can use a non validating
> parser.
>
> But really in this case there is no point as you have to put all the
> stuff at the top and the enity reference nbsp really isn't any easier to
> type than #160.
>
> David
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|