Ignore:
Timestamp:
Feb 22, 2011, 4:43:04 PM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4317f44, b47a4a1
Parents:
0162995
Message:

Change the XInclude schema path from 2003 to 2001. 2003 is depreciated
according to w3.org and 2001 should be used instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/grep.xml

    r0162995 rdabbced  
    1616  </indexterm>
    1717
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    1919  href="../../final-system/common/grep.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
     
    3232EOF</userinput></screen>
    3333
    34     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3535    href="../../final-system/common/grep.xml"
    3636    xpointer="xpointer(//*[@os='a'])"/>
     
    5656    </variablelist>
    5757
    58     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     58    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5959    href="../../final-system/common/grep.xml"
    6060    xpointer="xpointer(//*[@os='c'])"/>
    6161
    62     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     62    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6363    href="../../final-system/common/grep.xml"
    6464    xpointer="xpointer(//*[@os='d'])"/>
    6565
    66     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     66    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6767    href="../../final-system/common/grep.xml"
    6868    xpointer="xpointer(//*[@os='f'])"/>
    6969
    70     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     70    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    7171    href="../../final-system/common/grep.xml"
    7272    xpointer="xpointer(//*[@os='g'])"/>
Note: See TracChangeset for help on using the changeset viewer.