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/temp-system/common/vim.xml

    r0162995 rdabbced  
    1616  </indexterm>
    1717
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    1919  href="../../final-system/common/vim.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
     
    2323    <title>Installation of VIM</title>
    2424
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2626    href="../../final-system/common/vim.xml"
    2727    xpointer="xpointer(//*[@os='p1'])"/>
    2828
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3030    href="../../final-system/common/vim.xml"
    3131    xpointer="xpointer(//*[@os='p2'])"/>
     
    6262<screen os="c"><userinput>echo '#define SYS_VIMRC_FILE "/tools/etc/vimrc"' &gt;&gt; src/feature.h</userinput></screen>
    6363
    64     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     64    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6565    href="../../final-system/common/vim.xml"
    6666    xpointer="xpointer(//*[@os='d'])"/>
     
    7373    --with-tlib=ncurses</userinput></screen>
    7474
    75     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     75    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    7676    href="../../final-system/common/vim.xml"
    7777    xpointer="xpointer(//*[@os='g'])"/>
    7878
    79     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     79    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    8080    href="../../final-system/common/vim.xml"
    8181    xpointer="xpointer(//*[@os='h'])"/>
    8282
    83     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     83    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    8484    href="../../final-system/common/vim.xml"
    8585    xpointer="xpointer(//*[@os='j'])"/>
    8686
    87     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     87    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    8888    href="../../final-system/common/vim.xml"
    8989    xpointer="xpointer(//*[@os='k'])"/>
    9090
    91     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     91    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    9292    href="../../final-system/common/vim.xml"
    9393    xpointer="xpointer(//*[@os='l'])"/>
Note: See TracChangeset for help on using the changeset viewer.