You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by do...@cocoon.apache.org on 2004/10/11 14:51:49 UTC

[Cocoon Wiki] Updated: FAQs

   Date: 2004-10-11T05:51:48
   Editor: BertrandDelacretaz <bd...@codeconsult.ch>
   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].