Ignore:
Timestamp:
02/22/11 16:43:04 (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/cross-tools/mips64-64/variables.xml

    r0162995 rdabbced  
    1313  <bridgehead renderas="sect4">Setting Host and Target</bridgehead>
    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/variables.xml"
    1717    xpointer="xpointer(//*[@os='a'])"/>
    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/variables.xml"
    2121    xpointer="xpointer(//*[@os='b'])"/>
    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/variables.xml"
    2525    xpointer="xpointer(//*[@os='c'])"/>
    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="../mips/variables.xml"
    2929    xpointer="xpointer(//*[@os='aa'])"/>
    3030
    31     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     31    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3232    href="../mips64/variables.xml"
    3333    xpointer="xpointer(//*[@os='ab'])"/>
    3434
    35     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     35    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3636    href="../mips/variables.xml"
    3737    xpointer="xpointer(//*[@os='ac'])"/>
    3838
    39     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     39    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4040    href="../mips64/variables.xml"
    4141    xpointer="xpointer(//*[@os='ad'])"/>
    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="../x86_64/variables.xml"
    4545    xpointer="xpointer(//*[@os='e'])"/>
    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="../x86/variables.xml"
    4949    xpointer="xpointer(//*[@os='f'])"/>
Note: See TracChangeset for help on using the changeset viewer.