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/final-system/multilib/adjusting.xml

    r0162995 rdabbced  
    1111  <title>Adjusting the Toolchain</title>
    1212
    13   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     13  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    1414  href="../common/adjusting.xml"
    1515  xpointer="xpointer(//*[@os='a'])"/>
     
    2121     $(dirname $(gcc --print-libgcc-file-name))/specs</userinput></screen>
    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="../common/adjusting.xml"
    2525  xpointer="xpointer(//*[@os='d'])"/>
     
    3131  <caution>
    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/adjusting.xml"
    3535    xpointer="xpointer(//*[@os='f'])"/>
     
    4141readelf -l a.out | grep ': /lib'</userinput></screen>
    4242
    43     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     43    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4444    href="../common/adjusting.xml"
    4545    xpointer="xpointer(//*[@os='h'])"/>
    4646
    47     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     47    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4848    href="../common/adjusting.xml"
    4949    xpointer="xpointer(//*[@os='i'])"/>
     
    5555readelf -l a.out | grep ': /lib'</userinput></screen>
    5656
    57     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     57    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5858    href="../common/adjusting.xml"
    5959    xpointer="xpointer(//*[@os='h'])"/>
     
    6666    of our dynamic linker.</para>
    6767
    68     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     68    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6969    href="../common/adjusting.xml"
    7070    xpointer="xpointer(//*[@os='k'])"/>
    7171
    72     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     72    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    7373    href="../common/adjusting.xml"
    7474    xpointer="xpointer(//*[@os='l'])"/>
    7575
    76     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     76    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    7777    href="../common/adjusting.xml"
    7878    xpointer="xpointer(//*[@os='m'])"/>
Note: See TracChangeset for help on using the changeset viewer.