shannon     2002/07/02 16:17:07

  Modified:    src/documentation/xdocs/faq faq-transformers.xml
  Log:
  Updated FAQ on cinclude/xinclude differences
  to include comments from Randy Ruwei
  ([EMAIL PROTECTED])
  
  Revision  Changes    Path
  1.3       +2 -1      xml-cocoon2/src/documentation/xdocs/faq/faq-transformers.xml
  
  Index: faq-transformers.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/faq/faq-transformers.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- faq-transformers.xml      21 Jun 2002 22:52:10 -0000      1.2
  +++ faq-transformers.xml      2 Jul 2002 23:17:07 -0000       1.3
  @@ -37,7 +37,8 @@
     <ul>
       <li>Implements the W3C XInclude specification.</li>
       <li>Allows you to include text or xml content (via parse="text|xml").</li>
  -    <li>Allows you to use xpointer syntax (via '#' or xpointer() syntax) within 
href attribute.</li>
  +    <li>Allows you to use XPointer syntax (via '#' or XPointer() syntax) within 
href attribute. However, support of XPointer requires random access to the object 
model of XML
  +document to be included. Thus, it is expensive to construct in runtime. If you are 
including a whole document, it's better to use CInclude which supports straightforward 
text inclusion.</li>
       <li>Has only one implementation, XIncludeTransformer, which is 
<strong>not</strong> cacheable.</li>
     </ul>
     <p>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to