Re: Building a new tree

Subject: Re: Building a new tree
From: James Clark <jjc@xxxxxxxxxx>
Date: Fri, 16 Apr 1999 09:37:01 +0700
Chris Maden wrote:
> 
> [James Clark]
> > XT doesn't support xsl:id, but it does support id(). This means you
> > must declare ID attributes as such in the DTD.  For example:
> >
> > <!DOCTYPE document [
> > <!ATTLIST common id ID #IMPLIED>
> > ]>
> > <document>
> > ...
> 
> To be specific, the ID attributes must be declared in the internal
> subset if you are using XP as the parser, as XP does not read the
> external subset by default.

XP reads the external subset unless you use standalone="yes".  (It
should probably have an option to force it to read the external subset
even if standalone="no", since you can have standalone="yes" and stil
have ID attributes declared in the external subset.)

James



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread