Web Maestro Clay wrote:
I suspect it's because you've begin the ENTITY declaration with
'<!DOCTYPE xsl:stylesheet [...'
I think you should be able to do this:
<?xml version="1.0"?>
<!DOCTYPE stylesheet [
<!ENTITY nbsp ' '>
]>
DOCTYPE declarations and DTDs are not aware of namespaces. Elements
names used there have to be used in the exact same lexical form as
they are used in the document.
If the document element of the XML is written as xsl:stylesheet, then
the DOCTYPE has to use xsl:stylesheet also, regardless of the namespace
binding of the prefix "xsl".
J.Pietschmann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]