crossley 2004/06/21 19:43:28
Modified: src/documentation/xdocs/faq faq-xslt.xml Log: Link to the Xalan issues about the document() function. Revision Changes Path 1.6 +3 -1 cocoon-2.1/src/documentation/xdocs/faq/faq-xslt.xml Index: faq-xslt.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/faq/faq-xslt.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- faq-xslt.xml 22 Jun 2004 02:41:14 -0000 1.5 +++ faq-xslt.xml 22 Jun 2004 02:43:28 -0000 1.6 @@ -205,7 +205,9 @@ be mindful of some unresolved caching issues in Cocoon related to the document() function. At this time, Cocoon is unable to check validity of content included via the document() function. In addition, the document() function implemented by Xalan is inefficient. See: - http://issues.apache.org/bugzilla/show_bug.cgi?id=4257 + <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=4257">Issue 4257</link> + and + <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=28341">Issue 28341</link> Until this bug is fixed, consider using Saxon instead for document() function-related parsing needs. </p>
