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.

Location:
BOOK/materials/alpha
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/materials/alpha/packages.xml

    r0162995 rdabbced  
    2424  </variablelist>
    2525
    26   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2727  href="../common/packages.xml"
    2828  xpointer="xpointer(//*[@os='a'])"/>
  • BOOK/materials/alpha/patches.xml

    r0162995 rdabbced  
    2222    </varlistentry>
    2323
    24     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2525    href="../x86/patches.xml"
    2626    xpointer="xpointer(//*[@os='gcc-specs-patch'])"/>
     
    2828  </variablelist>
    2929
    30   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3131  href="../common/patches.xml"
    3232  xpointer="xpointer(//*[@os='a'])"/>
Note: See TracChangeset for help on using the changeset viewer.