dleslie     01/10/10 11:44:34

  Modified:    java/src/org/apache/xalan/templates output_html.properties
                        output_xml.properties
  Log:
  Fix for bugzilla SPR 3159.
  
  1. In output_html.properties, added path to HTMLEnties.res.
  2. In output_xml.properties, added ref to XMLEntities.res (with path).
  
  Revision  Changes    Path
  1.8       +1 -1      
xml-xalan/java/src/org/apache/xalan/templates/output_html.properties
  
  Index: output_html.properties
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/templates/output_html.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- output_html.properties    2001/06/15 06:18:17     1.7
  +++ output_html.properties    2001/10/10 18:44:34     1.8
  @@ -20,6 +20,6 @@
   # Note that the colon after the protocol needs to be escaped.
   {http\u003a//xml.apache.org/xslt}indent-amount=0
   
{http\u003a//xml.apache.org/xslt}content-handler=org.apache.xalan.serialize.SerializerToHTML
  -{http\u003a//xml.apache.org/xslt}entities=HTMLEntities.res
  
+{http\u003a//xml.apache.org/xslt}entities=org/apache/xalan/serialize/HTMLEntities.res
   {http\u003a//xml.apache.org/xslt}use-url-escaping=yes
   {http\u003a//xml.apache.org/xslt}omit-meta-tag=no
  
  
  
  1.3       +1 -0      
xml-xalan/java/src/org/apache/xalan/templates/output_xml.properties
  
  Index: output_xml.properties
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/templates/output_xml.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- output_xml.properties     2001/01/02 03:36:47     1.2
  +++ output_xml.properties     2001/10/10 18:44:34     1.3
  @@ -23,4 +23,5 @@
   # Note that the colon after the protocol needs to be escaped.
   {http\u003a//xml.apache.org/xslt}indent-amount=0
   
{http\u003a//xml.apache.org/xslt}content-handler=org.apache.xalan.serialize.SerializerToXML
  
+{http\u003a//xml.apache.org/xslt}entities=org/apache/xalan/serialize/XMLEntities.res
   
  
  
  

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

Reply via email to