DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6299>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6299

SSI problem with multiple include statements in one file

           Summary: SSI problem with multiple include statements in one file
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Hi,

I have successfully mapped the ssi servlet to the *.xml file extension. For 
example, the following thing does not work properly:

File Default.xml
================
<?xml version="1.0"?>
<root>
<!--#include file="Top.xml"-->
<!--#include file="Bottom.xml"-->
</root>

File Top.xml
============
<child>
<!-- Some data here -->
</child>

File Bottom.xml
===============
<child>
<!-- Some other data here -->
</child>

In my case only the first include statement is resolved. The other is just 
ignored.

No error message is printed in the logs.

Hope, that it is my fault ;-)

Regards

Holger

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

Reply via email to