Re: Building a new tree

Subject: Re: Building a new tree
From: Chris Maden <crism@xxxxxxxxxxx>
Date: Thu, 15 Apr 1999 12:34:32 -0400 (EDT)
[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.

If you plan to use the same document with both XT and MSIE 5, you must
*remove* the ID declaration from the external subset when placing it
in the internal subset, as MSIE 5 will give an error if the same ID
attribute is declared twice.

-Chris
-- 
<!NOTATION SGML.Geek PUBLIC "-//Anonymous//NOTATION SGML Geek//EN">
<!ENTITY crism PUBLIC "-//O'Reilly//NONSGML Christopher R. Maden//EN"
"<URL>http://www.oreilly.com/people/staff/crism/ <TEL>+1.617.499.7487
<USMAIL>90 Sherman Street, Cambridge, MA 02140 USA" NDATA SGML.Geek>


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


Current Thread