dleslie     01/07/19 09:22:50

  Modified:    java/xdocs/sources/xalan xsltc_constraints.xml
  Log:
  2nd update for 2.2.D7
  
  Revision  Changes    Path
  1.11      +37 -0     xml-xalan/java/xdocs/sources/xalan/xsltc_constraints.xml
  
  Index: xsltc_constraints.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/xsltc_constraints.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- xsltc_constraints.xml     2001/07/18 15:34:02     1.10
  +++ xsltc_constraints.xml     2001/07/19 16:22:50     1.11
  @@ -128,6 +128,43 @@
    PR: n/a
    Obtained from: n/a
    Submitted by: [EMAIL PROTECTED]
  + Reviewed by: [EMAIL PROTECTED]<br/><br/></li><li><ref>Committed by 
</ref>[EMAIL PROTECTED]<ref> on </ref>07/18/2001<br/><ref>Modified: 
</ref>java/src/org/apache/xalan/xsltc TransletOutputHandler.java
  + java/src/org/apache/xalan/xsltc/cmdline Transform.java
  + java/src/org/apache/xalan/xsltc/compiler Output.java
  + Stylesheet.java
  + java/src/org/apache/xalan/xsltc/runtime
  + AbstractTranslet.java DefaultRun.java
  + DefaultSAXOutputHandler.java SAXAdapter.java
  + StringValueHandler.java TextOutput.java
  + TransletOutputBase.java<br/><ref>Committer's log entry: </ref>A series of changes 
to the XSLTC output handling to accomodate the
  + set/getOutputSettings() methods in the TrAX API.
  + PR: n/a
  + Obtained from: n/a
  + Submitted by: [EMAIL PROTECTED]
  + Reviewed by: [EMAIL PROTECTED]<br/><br/></li><li><ref>Committed by 
</ref>[EMAIL PROTECTED]<ref> on </ref>07/19/2001<br/><ref>Modified: 
</ref>java/src/org/apache/xalan/xsltc/runtime TextOutput.java<br/><ref>Committer's log 
entry: </ref>Fixed the handling of the 'cdata-section-elements' attribute of the
  + &lt;xsl:output&gt; element. Previously we output the whole element, including
  + all contents, child elements and the start- and end-tags in one big
  + CDATA section. We now correctly output only immediate text child-nodes
  + as CDATA sections.
  + PR: n/a
  + Obtained from: n/a
  + Submitted by: [EMAIL PROTECTED]
  + Reviewed by: [EMAIL PROTECTED]<br/><br/></li><li><ref>Committed by 
</ref>[EMAIL PROTECTED]<ref> on </ref>07/19/2001<br/><ref>Modified: 
</ref>java/src/org/apache/xalan/xsltc Translet.java
  + java/src/org/apache/xalan/xsltc/dom LoadDocument.java
  + java/src/org/apache/xalan/xsltc/runtime
  + AbstractTranslet.java
  + java/src/org/apache/xalan/xsltc/trax TransformerImpl.java<br/><ref>Committer's log 
entry: </ref>Added implementation of get/setOutputProperties() of the Transformer
  + implementation.
  + PR: n/a
  + Obtained from: n/a
  + Submitted by: [EMAIL PROTECTED]
  + Reviewed by: [EMAIL PROTECTED]<br/><br/></li><li><ref>Committed by 
</ref>[EMAIL PROTECTED]<ref> on </ref>07/19/2001<br/><ref>Modified: 
</ref>java/src/org/apache/xalan/xsltc/dom DocumentCache.java<br/><ref>Committer's log 
entry: </ref>Added (a rather brutal) handling of all Exceptions thrown in the
  + DocumentCache.getLastModified() method. This class is provided only
  + as an example/skeleton, but should still - for various reasons -
  + be provided in the base 'xsltc.dom' package.
  + PR: n/a
  + Obtained from: n/a
  + Submitted by: [EMAIL PROTECTED]
    Reviewed by: [EMAIL PROTECTED]<br/><br/></li></ul>
   </s3>
   <anchor name="xsltcconf"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to