You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@locus.apache.org on 2000/09/29 22:04:58 UTC

cvs commit: xml-xalan/java/xdocs/sources xalan-jlocal.xml

dleslie     00/09/29 13:04:55

  Modified:    java/xdocs/sources xalan-jlocal.xml
  Log:
  Removed white space nodes to get around a problem Stylebook
  is having. When it scans "book" for "external" elements, once
  to generate .jpg files, the other time to generate img refs, it counts
  the whitespace nodes differently (position() retrurns a different
  value).
  
  Revision  Changes    Path
  1.4       +1 -42     xml-xalan/java/xdocs/sources/xalan-jlocal.xml
  
  Index: xalan-jlocal.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan-jlocal.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- xalan-jlocal.xml	2000/09/15 19:02:25	1.3
  +++ xalan-jlocal.xml	2000/09/29 20:04:51	1.4
  @@ -58,45 +58,4 @@
    * <http://www.apache.org/>.
    -->
   
  -<book title="Xalan XSL Transformer User's Guide" copyright="2000 The Apache Software Foundation">
  -
  -  <resources source="sbk:/sources/xalan/resources.xml"/>
  -
  -  <document id="index"
  -            label="Xalan-J 2.0.D01"
  -            source="xalan/index.xml"/>
  -            
  -  <document id="whatsnew"
  -            label="What's New"
  -            source="xalan/whatsnew.xml"/>
  -  <separator/>
  -  <document id="overview"
  -            label="Overview"
  -            source="xalan/overview.xml"/>
  -  <document id="getstarted"
  -            label="Getting Started"
  -            source="xalan/getstarted.xml"/>
  -  <separator/>            
  -  <document id="samples"
  -            label="Sample Apps"
  -            source="xalan/samples.xml"/>
  -  <document id="commandline"
  -            label="Command Line"
  -            source="xalan/commandline.xml"/>
  -  <separator/>                        
  -  <document id="usagepatterns"
  -            label="Usage Patterns"
  -            source="xalan/usagepatterns.xml"/> 
  -  <separator/>                                   
  -  <external href="apidocs/index.html"  label="API (Javadoc)"/>   
  -  <separator/>  
  -  <document id="extensions"
  -            label="Extensions"
  -            source="xalan/extensions.xml"/>                                             
  -  <separator/>
  -  <document id="readme"
  -            label="Release Notes"
  -            source="xalan/readme.xml"/>                                             
  -  <separator/>      
  -  <external href="http://xml.apache.org/xalan/design/design2_0_0.html" label="Xalan 2 Design"/>
  -</book>
  +<book title="Xalan XSL Transformer User's Guide" copyright="2000 The Apache Software Foundation"><resources source="sbk:/sources/xalan/resources.xml"/><document id="index" label="Xalan-J 2.0.D01" source="xalan/index.xml"/><document id="whatsnew" label="What's New" source="xalan/whatsnew.xml"/><separator/><document id="overview" label="Overview" source="xalan/overview.xml"/><document id="getstarted" label="Getting Started" source="xalan/getstarted.xml"/><separator/><document id="samples" label="Sample Apps" source="xalan/samples.xml"/><document id="commandline" label="Command Line" source="xalan/commandline.xml"/><separator/><document id="usagepatterns" label="Usage Patterns" source="xalan/usagepatterns.xml"/><separator/><external href="apidocs/index.html" label="API (Javadoc)"/><separator/><document id="extensions" label="Extensions" source="xalan/extensions.xml"/><separator/><document id="readme" label="Release Notes" source="xalan/readme.xml"/><separator/><external href="http://xml.apache.org/xalan/desi
gn/design2_0_0.html" label="Xalan 2 Design"/></book>