You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2004/09/15 21:57:30 UTC

cvs commit: xml-xerces/java/docs faq-xinclude.xml

mrglavas    2004/09/15 12:57:30

  Modified:    java/docs faq-xinclude.xml
  Log:
  Added FAQ for language fixup.
  
  Revision  Changes    Path
  1.10      +12 -1     xml-xerces/java/docs/faq-xinclude.xml
  
  Index: faq-xinclude.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/faq-xinclude.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- faq-xinclude.xml	15 Jun 2004 21:55:56 -0000	1.9
  +++ faq-xinclude.xml	15 Sep 2004 19:57:30 -0000	1.10
  @@ -72,6 +72,17 @@
       </a>
     </faq>
     
  +  <faq title="Language Fixup">
  +    <q>Does the XInclude processor perform language fixup?</q>
  +    <a>
  +     <p>
  +      Yes. The XInclude processor will preserve language information on a top-level included element
  +      by adding an <code>xml:lang</code> attribute if its include parent has a different [language]
  +      property. Support for language fixup was added to the XInclude implementation in Xerces 2.7.0.
  +     </p>
  +    </a>
  +  </faq>
  +  
     <faq title="Document Fragments">
       <q>Why doesn't including document fragments work?</q>
       <a>
  @@ -102,7 +113,7 @@
       <a>
        <p>
         No. The namespace for XInclude was changed back to <code>http://www.w3.org/2001/XInclude</code>
  -      in the <jump href="http://www.w3.org/TR/2004/CR-xinclude-20040413/">Candidate Recommendation (April, 2004)</jump>.
  +      in the <jump href="http://www.w3.org/TR/2004/CR-xinclude-20040413/">Candidate Recommendation (April 2004)</jump>.
         The <code>http://www.w3.org/2003/XInclude</code> is no longer recognized.
        </p>
       </a>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org