Changeset dabbced for BOOK/materials/ppc


Ignore:
Timestamp:
Feb 22, 2011, 4:43:04 PM (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.

Location:
BOOK/materials/ppc
Files:
2 edited

Legend:

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

    r0162995 rdabbced  
    5151  </variablelist>
    5252
    53   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     53  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5454  href="../common/packages.xml"
    5555  xpointer="xpointer(//*[@os='a'])"/>
  • BOOK/materials/ppc/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="../x86/patches.xml"
    1717    xpointer="xpointer(//*[@os='gcc-specs-patch'])"/>
     
    4646  </variablelist>
    4747
    48   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     48  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4949  href="../common/patches.xml"
    5050  xpointer="xpointer(//*[@os='a'])"/>
Note: See TracChangeset for help on using the changeset viewer.