You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Karl Øie <ka...@gan.no> on 2001/10/02 14:00:45 UTC

DOM Generator problem (again)

I tried to write a DOM generator using the DOMStreamer that takes a in
memory DOM as a source for an cocoon2 generator, it all works fine except a
strange problem with further transformation.

The problem is:
ID declared elements in the DTD is no longer accessible as ID elements in
the XSLT transformer. A select="id('25')" will no longer return the correct
node. The same stylesheet used with the FileGenerator works, so I suspect
something is missing here!?!?!

All other xslt functions i have tried works fine so if I use
select="//*[@id='25']" I will get the correct result.


anyone have a idea about what I am doing wrong?


I would be really grateful for any advice!


mvh karl øie


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>