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

    r0162995 rdabbced  
    1414  </indexterm>
    1515
    16   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     16  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    1717  href="../common/sysvinit.xml"
    1818  xpointer="xpointer(//*[@role='package'])"/>
     
    2121    <title>Installation of Sysvinit</title>
    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/sysvinit.xml"
    2525    xpointer="xpointer(//*[@os='c'])"/>
     
    2828make -C src CC="gcc ${BUILD64}"</userinput></screen>
    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/sysvinit.xml"
    3232    xpointer="xpointer(//*[@os='e'])"/>
    3333
    34     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3535    href="../common/sysvinit.xml"
    3636    xpointer="xpointer(//*[@os='f'])"/>
     
    3838  </sect2>
    3939
    40   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     40  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4141  href="../common/sysvinit.xml"
    4242  xpointer="xpointer(id('conf-sysvinit'))"/>
    4343
    44   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     44  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4545  href="../common/sysvinit.xml"
    4646  xpointer="xpointer(id('contents-sysvinit'))"/>
Note: See TracChangeset for help on using the changeset viewer.