dleslie     01/02/08 07:55:28

  Modified:    c/xdocs/sources entities.ent
               c/xdocs/sources/xalan commandline.xml extensions.xml faq.xml
                        getstarted.xml index.xml overview.xml readme.xml
                        resources.xml samples.xml usagepatterns.xml
  Log:
  Avoid use of sbk: protocol for the print.docs target.
  Fixed 5 bad links found by print.docs.
  
  Revision  Changes    Path
  1.12      +14 -14    xml-xalan/c/xdocs/sources/entities.ent
  
  Index: entities.ent
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/entities.ent,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- entities.ent      2000/12/14 20:06:42     1.11
  +++ entities.ent      2001/02/08 15:54:38     1.12
  @@ -1,23 +1,23 @@
   <?xml encoding="US-ASCII"?>
   
   <!ENTITY xslt4c "Xalan-C++">
  -<!ENTITY xslt4c-dist "Xalan-C_1_1">
  -<!ENTITY xslt4c-current "Xalan-C++ version 1.1">
  +<!ENTITY xslt4c-dist "Xalan-C_1_2">
  +<!ENTITY xslt4c-current "Xalan-C++ version 1.2">
   <!ENTITY xslt4c-windlls "DOMSupport.dll, PlatformSupport.dll, XalanDOM.dll, 
XercesParserLiaison.dll, XMLSupport.dll, XPath.dll, XSLT.dll">
  -<!ENTITY xslt4c-linuxlib "libxalan-c1_1.so">
  -<!ENTITY xslt4c-aixlib "libxalan-c1_1.a">
  -<!ENTITY xslt4c-hplib "libxalan-c1_1.sl">
  +<!ENTITY xslt4c-linuxlib "libxalan-c1_2.so">
  +<!ENTITY xslt4c-aixlib "libxalan-c1_2.a">
  +<!ENTITY xslt4c-hplib "libxalan-c1_2.sl">
   <!ENTITY xml4c "Xerces-C++">
  -<!ENTITY xml4c-used "Xerces-C++ version 1.3.5">
  -<!ENTITY xml4c-windll "xerces-c_1_3_0xalan.dll">
  -<!ENTITY xml4c-winlib "xerces-c1_3_0xalan.lib">
  -<!ENTITY xml4c-linuxlib "libxerces-c1_3_0xalan.so">
  -<!ENTITY xml4c-aixlib "libxerces-c1_3_0xalan.a">
  -<!ENTITY xml4c-hplib "libxerces-c1_3_0xalan.sl">
  +<!ENTITY xml4c-used "Xerces-C++ version 1.4.0">
  +<!ENTITY xml4c-windll "xerces-c_1_4.dll">
  +<!ENTITY xml4c-winlib "xerces-c_1.lib">
  +<!ENTITY xml4c-linuxlib "libxerces-c1_4.so">
  +<!ENTITY xml4c-aixlib "libxerces-c1_4.a">
  +<!ENTITY xml4c-hplib "libxerces-c1_4.sl">
   <!ENTITY xslt4j "Xalan-Java">
   <!ENTITY icu-used "International Components for Unicode(ICU) 1.6 source 
files">
   <!ENTITY icu-windlls "icui18n.dll, icuuc.dll">
   <!ENTITY icubridge-win "ICUBridge.dll">
  -<!ENTITY done SYSTEM "sbk:/sources/xalan/DONE">
  -<!ENTITY status SYSTEM "sbk:/sources/xalan/STATUS">
  -<!ENTITY bugs SYSTEM "sbk:/sources/xalan/BUGS">
  \ No newline at end of file
  +<!ENTITY done SYSTEM "xalan/DONE">
  +<!ENTITY status SYSTEM "xalan/STATUS">
  +<!ENTITY bugs SYSTEM "xalan/BUGS">
  \ No newline at end of file
  
  
  
  1.16      +2 -2      xml-xalan/c/xdocs/sources/xalan/commandline.xml
  
  Index: commandline.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/commandline.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- commandline.xml   2001/01/31 17:12:55     1.15
  +++ commandline.xml   2001/02/08 15:54:48     1.16
  @@ -1,5 +1,5 @@
   <?xml version="1.0" standalone="no"?>
  -<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
  +<!DOCTYPE s1 SYSTEM "../../style/dtd/document.dtd">
   
   <!--
    * The Apache Software License, Version 1.1
  @@ -74,7 +74,7 @@
                <ol>
       <li><link idref="getstarted" anchor="download">Download 
&xslt4c;</link>.<br/><br/></li> 
       <li><link idref="getstarted"
  -     anchor="classpath">Set the path</link> to include the build 
directory.<br/><br/></li>
  +     anchor="path">Set the path</link> to include the build 
directory.<br/><br/></li>
       <li>Call the TestXSLT executable with the appropriate flags and
       arguments (described below). The following command line, for example, 
includes the -IN, -XSL,
       and -OUT flags with their accompanying arguments -- the XML source 
document, the XSL
  
  
  
  1.11      +4 -4      xml-xalan/c/xdocs/sources/xalan/extensions.xml
  
  Index: extensions.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/extensions.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- extensions.xml    2001/01/31 17:12:56     1.10
  +++ extensions.xml    2001/02/08 15:54:50     1.11
  @@ -55,7 +55,7 @@
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    -->
  -<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
  +<!DOCTYPE s1 SYSTEM "../../style/dtd/document.dtd">
   
   <s1 title="&xslt4c; Extension Functions">
   <ul>
  @@ -71,7 +71,7 @@
   data types: node-set, result-tree-fragment, string, boolean, or number.</p> 
   <p>You can send arguments to an extension function in the form of XPath 
expressions, literals (for string, boolean, and number), the values returned by 
other functions, and XSL variables or parameters set to any of the 
preceding.</p>
   <p>For an example that implements, installs, and uses three extension 
functions, see the 
  -<link idref="samples" anchor="externalfunc">External Functions</link> 
sample.</p>
  +<link idref="samples" anchor="externalfunctions">External Functions</link> 
sample.</p>
   <note>&xslt4c; does not yet support extension elements. Support for 
extension elements will be added soon.</note>
   </s2><anchor name="implement"/>
   <s2 title="Implementing an extension function">
  @@ -199,7 +199,7 @@
   <note>We do not recommend this, but you can also install a function directly 
into the XPath function table, in which
   case it is not really an extension function. The XPath parser treats it like 
any other XPath function, and no namespace declaration or prefix is 
involved.</note>
   <p>For an example that installs a global extension function, a local 
extension function, and adds a function to the
  - XPath function table, see the <link idref="samples" 
anchor="externalfunc">External Functions</link> sample.</p>
  + XPath function table, see the <link idref="samples" 
anchor="externalfunctions">External Functions</link> sample.</p>
   </s2><anchor name="use"/>
   <s2 title="Using an extension function">
   <p>To use the extension function in a stylesheet, you must do the 
following:</p>
  @@ -243,7 +243,7 @@
     19.9249 units.
   &lt;/out&gt;</source>
   <p>For a slightly more complex variation on this example,  
  -see the <link idref="samples" anchor="externalfunc">External 
Functions</link> sample.</p>
  +see the <link idref="samples" anchor="externalfunctions">External 
Functions</link> sample.</p>
   <s3 title="Passing Nodes to a function">
   <p>Please keep in mind that <em>all</em> LocationPath expressions return a 
node-set, even if the expression only 
   returns a single attribute or a text node (node-sets with one member). You 
can use the XSLT string() function 
  
  
  
  1.8       +1 -1      xml-xalan/c/xdocs/sources/xalan/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/faq.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- faq.xml   2000/10/02 12:17:03     1.7
  +++ faq.xml   2001/02/08 15:54:52     1.8
  @@ -1,5 +1,5 @@
   <?xml version="1.0" standalone="no"?> 
  -<!DOCTYPE faqs SYSTEM "sbk:/style/dtd/faqs.dtd">
  +<!DOCTYPE faqs SYSTEM "../../style/dtd/faqs.dtd">
   
   <faqs title="Frequently asked questions">
   
  
  
  
  1.19      +1 -1      xml-xalan/c/xdocs/sources/xalan/getstarted.xml
  
  Index: getstarted.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/getstarted.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- getstarted.xml    2001/01/31 18:05:59     1.18
  +++ getstarted.xml    2001/02/08 15:54:53     1.19
  @@ -1,5 +1,5 @@
   <?xml version="1.0" standalone="no"?>  
  -<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
  +<!DOCTYPE s1 SYSTEM "../../style/dtd/document.dtd">
   
   <s1 title="Getting Started with Xalan-C++">
   <ul>
  
  
  
  1.16      +1 -1      xml-xalan/c/xdocs/sources/xalan/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/index.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- index.xml 2001/01/31 17:12:56     1.15
  +++ index.xml 2001/02/08 15:54:56     1.16
  @@ -56,7 +56,7 @@
    * <http://www.apache.org/>.
    -->
   
  -<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
  +<!DOCTYPE s1 SYSTEM "../../style/dtd/document.dtd">
   
   <s1 title="&xslt4c-current;">
         
  
  
  
  1.12      +1 -1      xml-xalan/c/xdocs/sources/xalan/overview.xml
  
  Index: overview.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/overview.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- overview.xml      2001/01/31 17:12:57     1.11
  +++ overview.xml      2001/02/08 15:54:58     1.12
  @@ -1,5 +1,5 @@
   <?xml version="1.0" standalone="no"?>
  -<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
  +<!DOCTYPE s1 SYSTEM "../../style/dtd/document.dtd">
   
   <!--
    * The Apache Software License, Version 1.1
  
  
  
  1.21      +1 -1      xml-xalan/c/xdocs/sources/xalan/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/readme.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- readme.xml        2001/01/31 17:12:57     1.20
  +++ readme.xml        2001/02/08 15:55:00     1.21
  @@ -1,5 +1,5 @@
   <?xml version="1.0" standalone="no"?> 
  -<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd"[
  +<!DOCTYPE s1 SYSTEM "../../style/dtd/document.dtd"[
   <!ENTITY done-c SYSTEM "DONE">
   <!ENTITY status-c SYSTEM "STATUS">
   <!ENTITY bugs-c SYSTEM "BUGS">
  
  
  
  1.10      +1 -2      xml-xalan/c/xdocs/sources/xalan/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/resources.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- resources.xml     2000/12/13 15:38:28     1.9
  +++ resources.xml     2001/02/08 15:55:02     1.10
  @@ -1,8 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?> 
   <!DOCTYPE resources [
  -  <!ENTITY % externalEntity SYSTEM "sbk:/sources/entities.ent">
  +  <!ENTITY % externalEntity SYSTEM "../entities.ent">
     %externalEntity;
  -  <!ENTITY apiResources SYSTEM "apiResources.xml">
     <!ELEMENT resources (resource|human-resource)+>
     <!ELEMENT resource EMPTY>
     <!ATTLIST resource                 id CDATA #IMPLIED
  
  
  
  1.18      +1 -1      xml-xalan/c/xdocs/sources/xalan/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/samples.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- samples.xml       2001/01/31 17:12:57     1.17
  +++ samples.xml       2001/02/08 15:55:03     1.18
  @@ -56,7 +56,7 @@
    * <http://www.apache.org/>.
    -->
   
  -<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
  +<!DOCTYPE s1 SYSTEM "../../style/dtd/document.dtd">
   <s1 title="&xslt4c; Samples">
     <ul>
       <li><link anchor="getstarted">Samples to help you get started</link></li>
  
  
  
  1.14      +3 -4      xml-xalan/c/xdocs/sources/xalan/usagepatterns.xml
  
  Index: usagepatterns.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/usagepatterns.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- usagepatterns.xml 2001/01/31 18:06:01     1.13
  +++ usagepatterns.xml 2001/02/08 15:55:05     1.14
  @@ -1,5 +1,5 @@
   <?xml version="1.0" standalone="no"?> 
  -<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
  +<!DOCTYPE s1 SYSTEM "../../style/dtd/document.dtd">
   <!--
    * The Apache Software License, Version 1.1
    *
  @@ -64,10 +64,9 @@
   <li><link anchor="params">Setting stylesheet parameters</link></li>
   <li><link anchor="compiled">Compiling stylesheets</link></li>
   <li><link anchor="xpath">Working with XPath expressions</link></li>
  -<li><link anchor="extensions">Creating and using extension 
functions</link></li>
   <li><link anchor="tracelistener">Using the TraceListener</link></li>
   <li><link anchor="icu">Using the International Components for Unicode 
(ICU)</link></li>
  -
  +<li>See also: <link idref="extensions">Creating and using extension 
functions</link></li>
   </ul><anchor name="intro"/>
   
     <s2 title="Introduction">  
  @@ -285,7 +284,7 @@
   </s2><anchor name="xpath"/>
   <s2 title="Working with XPath expressions">
   <p>XSL stylesheets use XPath expressions to select nodes, specify 
conditions, and generate text for the result tree. XPath provides an API that 
you can call directly. For example, you may want to select nodes 
programmatically and do your own processing without a stylesheet.</p>
  -<p>For an example that executes XPath expressions against XML source files, 
see <link idref="samples" anchor="xpath">XPathWrapper</link>.</p>
  +<p>For an example that executes XPath expressions against XML source files, 
see <link idref="samples" anchor="xpathwrapper">XPathWrapper</link>.</p>
   </s2><anchor name="tracelistener"/>
   <s2 title="Using TraceListener">
   <p>TraceListener is a debugging abstract base class implemented by 
TraceListenerDefault. You can use TraceListener to trace any combination of the 
following:</p>
  
  
  

Reply via email to