Hello,

i’ve got a problem with xinclude an xml:base:

 

the following don’t work:

 

the including file:

<?xml version="1.0" encoding="UTF-8"?>

<document type="project" xmlns:xi="http://www.w3.org/2001/XInclude">

���� <staff� xml:base="cocoon:/">

��������� <xi:include href="">

���� </staff>

</document>

 

The included file

<?xml version="1.0" encoding="UTF-8"?>

<document type="staff">

���� <name>Rainer</name>

</document>

 

I don’t want to write relative paths from the actual directory, but paths from the context

 

Not given the attribute xml:base AND included file relative to the actual directory it works

 

my environment:

cocoon-2.1.3, tomcat-4.1.29, windowsXP, java 1.4.2

 

thanks in advance for some ideas,

 

rainer

 

 

 

 

Reply via email to