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/flags.xml

    r0162995 rdabbced  
    1111  <title>Build Flags</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="../64/flags.xml"
    1515   xpointer="xpointer(//*[@os='a'])"/>
     
    1717<screen os="b"><userinput>export BUILD64="-mabi=64"</userinput></screen>
    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="../64/flags.xml"
    2121   xpointer="xpointer(//*[@os='c'])"/>
    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="../64/flags.xml"
    2525   xpointer="xpointer(//*[@os='d'])"/>
Note: See TracChangeset for help on using the changeset viewer.