Hello,
I would like to use xinclude-statements in my xml-file with Cocoon2.0.4
with my own tags for example <rpt:data>. Specifying such a tag as
follows <xi:include href="include.xml#xpointer(/p/rpt:data)"/> doesn't
work.

Instead using <xi:include href="include.xml#xpointer(/p/rpt)"/> works!



Here my include.xml file:

<?xml version="1.0"?>
<p  xmlns:rpt="http://cocoon.clsw.com/report";> 
  <rpt:data>Test</rpt:data> 
  I am <strong>included</strong> by XIncludeTransformer.
  I come from "include.xml".
  <content>A</content>
</p>


What's wrong?


Thanks

-- 
Uwe Gerger                                _/_/_/   _/    _/  _/    _/
BMW AG, TG-53 IT-Technologie             _/   _/  _/_/_/_/  _/    _/
80788 Muenchen                          _/_/_/   _/ _/ _/  _/ _/ _/
Tel: +49 89 382 35687                  _/   _/  _/    _/  _/_/_/_/
Fax: +49 89 382 49040                 _/_/_/   _/    _/  _/    _/
mailto:[EMAIL PROTECTED]

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

Reply via email to