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
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
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
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