xsl-list
[Top] [All Lists]

RE: entity include using Xalan and java 1.4

2003-07-25 09:28:40
Hi


-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
Américo Albuquerque
Sent: Friday, July 25, 2003 5:14 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] entity include using Xalan and java 1.4


Hi

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf 
Of 
tomas kaspar
Sent: Friday, July 25, 2003 3:48 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] entity include using Xalan and java 1.4


Hi,

I'm not sure if this is proper list for my question but
hopefully yes. I have two XSL templates and one is icluded in 
the other one. When I'm using <xsl:include> and 
<xsl:call-teplate> everything works fine. But when I try to 
include the whole teplate into the first one using 
<!DOCTYPE stylesheet [
    <!ENTITY menuentity SYSTEM "menuincl.xsl">      
]>

The DOCTYPE requires the name(), you're using local-name()
Try
<!DOCTYPE xsl.stylesheet [
 ....
]>

Sorry, I ment xsl:stylesheet

(...)

Regards,
Américo Albuquerque



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



<Prev in Thread] Current Thread [Next in Thread>