hello

maybe this problem was already asked on the ML but I couldn't find it in the
archives.

I have this XML document

<?xml version="1.0"?>
<?xml-stylesheet href="." type="application/x-xsp"?>
<?xml-stylesheet href="login.xsl" type="text/xsl"?>
<!DOCTYPE page [
<!ENTITY subnav SYSTEM "subnav.xml">
<!ENTITY topnav SYSTEM "topnav.xml">
]>

<xsp:page
    language="Perl"
    xmlns:xsp="http://apache.org/xsp/core/v1";
    xmlns:util="http://apache.org/xsp/util/v1";
>
.......


when I transfrom it with xsltproc it works just fine.
but when I access it with my browser the content of the
"subnav.xml" and "topnav.xml" file are not inserted.

but it is essential for my application that I can include xml files
in other xml files like this.

can anybody tell me what to do?
if this has already been answered please tell me where I can find
that answer


thanks in advance

markus



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to