Date: 2004-10-11T05:51:48
Editor: BertrandDelacretaz <[EMAIL PROTECTED]>
Wiki: Cocoon Wiki
Page: FAQs
URL: http://wiki.apache.org/cocoon/FAQs
no comment
Change Log:
------------------------------------------------------------------------------
@@ -322,4 +322,6 @@
=== Q: With JXTemplates, I get an error "The TransformerHandler is not
serially reusable". ===
This happened to me when using an incorrect syntax to insert DOM objects into
a document using the JXTemplates generator.
-The correct syntax to insert DOM objects in JX documents is {{{
#{myDOMobject/*} }}}, if you forget the slash-star (/*) you might get the above
error (probably because the root of the DOM is inserted and generates an extra
startDocument SAX event)
+The correct syntax to insert DOM objects in JX documents is {{{
#{myDOMobject/*} }}}, if you forget the slash-star (/*) you might get the above
error (probably because the root of the DOM is inserted and generates an extra
startDocument SAX event).
+
+Note that this should be fixed in a future release, see
[http://nagoya.apache.org/bugzilla/show_bug.cgi?id=29381 bug 29381].