Subject: XSLT choking on DTD?
From: disco <disco@xxxxxxxxxxxxxxx>
Date: Sun, 21 Nov 1999 16:42:35 -0500 (EST)
|
Hi,
I'm having a strange problem: XSLT (both XT and LotusXSL) are choking on a
part of my DTD:
<!ENTITY % flow "(%inline;)* | (%block;)*">
...
<!ELEMENT footnote (%flow;)>
Note that inline and block are properly defined earlier in the DTD, and
are just fine as far as all elements which use them directly are
concerned.
I have tried manually replacing "%flow;" with its expansion, unfortunately
to no avail. Regardless of what I do, XSLT gripes that I'm missing a '('
somewhere.
Any ideas what could be going on here?
Thanks,
Dan
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|