cvs commit: xml-xalan/java/src/org/apache/xalan/serialize SerializerToHTML.java

2001-10-25 Thread sboag
sboag 01/10/25 15:37:59 Modified:java/src/org/apache/xalan/serialize SerializerToHTML.java Log: By longstanding request, don't URL-escape spaces. This is consistent with the specification, and the opinion of the right thing to do by several people on the XSL working group, in

cvs commit: xml-xalan/java/src/org/apache/xalan/serialize SerializerToHTML.java

2001-07-13 Thread sboag
sboag 01/07/13 12:35:16 Modified:java/src/org/apache/xalan/serialize SerializerToHTML.java Log: Application of patch submitted by Benjamin Riefenstahl <[EMAIL PROTECTED]> Motivation: We are using Xalan to generate HTML pages. We have the requirement to integrate code for

cvs commit: xml-xalan/java/src/org/apache/xalan/serialize SerializerToHTML.java SerializerToXML.java

2001-07-05 Thread sboag
sboag 01/07/05 11:08:31 Modified:java/src/org/apache/xalan/serialize SerializerToHTML.java SerializerToXML.java Log: Made m_maxCharacter, accumDefaultEscape, accumDefaultEntity, and m_isRawStack protected by request from Johannes Farrenkopf and Frank

cvs commit: xml-xalan/java/src/org/apache/xalan/serialize SerializerToHTML.java

2001-06-21 Thread dbertoni
dbertoni01/06/21 13:48:42 Modified:java/src/org/apache/xalan/serialize SerializerToHTML.java Log: Updated flags for boolean attributes. Revision ChangesPath 1.6 +10 -1 xml-xalan/java/src/org/apache/xalan/serialize/SerializerToHTML.java Index: SerializerTo