Ignore:
Timestamp:
Feb 23, 2011, 12:43:04 AM (14 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/materials/sparc64-64/patches.xml

    r0162995 rdabbced  
    1313  <variablelist role="materials">
    1414
    15     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     15    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    1616    href="../sparc/patches.xml"
    1717    xpointer="xpointer(//*[@os='elftoaout-fixes-patch'])"/>
    1818
    19     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     19    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2020    href="../x86_64-64/patches.xml"
    2121    xpointer="xpointer(//*[@os='gcc-pure64-patch'])"/>
    2222
    23     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     23    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2424    href="../x86_64-64/patches.xml"
    2525    xpointer="xpointer(//*[@os='gcc-specs_pure64-patch'])"/>
    2626
    27     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     27    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2828    href="../sparc/patches.xml"
    2929    xpointer="xpointer(//*[@os='silo-fixes-patch'])"/>
     
    3131  </variablelist>
    3232
    33   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     33  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3434  href="../common/patches.xml"
    3535  xpointer="xpointer(//*[@os='a'])"/>
Note: See TracChangeset for help on using the changeset viewer.