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/bzip2-64bit.xml

    r0162995 rdabbced  
    1515  </indexterm>
    1616
    17   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    1818  href="../common/bzip2.xml"
    1919  xpointer="xpointer(//*[@role='package'])"/>
     
    2222    <title>Installation of Bzip2</title>
    2323
    24     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2525    href="bzip2.xml"
    2626    xpointer="xpointer(//*[@os='s1'])"/>
    2727
    28     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     28    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2929    href="bzip2.xml"
    3030    xpointer="xpointer(//*[@os='s2'])"/>
     
    3535<screen os="m2"><userinput>sed -i 's@/lib\(/\| \|$\)@/lib64\1@g' Makefile</userinput></screen>
    3636
    37     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3838    href="bzip2.xml"
    3939    xpointer="xpointer(//*[@os='a'])"/>
     
    4242make clean</userinput></screen>
    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="bzip2.xml"
    4646    xpointer="xpointer(//*[@os='c'])"/>
    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/bzip2.xml"
    5050    xpointer="xpointer(//*[@os='d'])"/>
     
    5252<screen os="e"><userinput>make CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}"</userinput></screen>
    5353
    54     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     54    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5555    href="../common/bzip2.xml"
    5656    xpointer="xpointer(//*[@os='g'])"/>
     
    5858<screen os="h"><userinput>make CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" PREFIX=/usr install</userinput></screen>
    5959
    60     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     60    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6161    href="../common/bzip2.xml"
    6262    xpointer="xpointer(//*[@os='i'])"/>
     
    7171  </sect2>
    7272
    73   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     73  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    7474  href="../common/bzip2.xml"
    7575  xpointer="xpointer(id('contents-bzip2'))"/>
Note: See TracChangeset for help on using the changeset viewer.