You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mh...@apache.org on 2004/02/26 23:37:45 UTC

cvs commit: xml-xalan/c/src/xalanc/XMLSupport FormatterToDOM.cpp FormatterToDOM.hpp FormatterToHTML.cpp FormatterToHTML.hpp FormatterToNull.cpp FormatterToNull.hpp FormatterToText.cpp FormatterToText.hpp FormatterToXML.cpp FormatterToXML.hpp FormatterToXMLBase.cpp FormatterToXMLBase.hpp FormatterToXML_UTF16.cpp FormatterToXML_UTF16.hpp FormatterToXML_UTF8.cpp FormatterToXML_UTF8.hpp FormatterTreeWalker.cpp FormatterTreeWalker.hpp XMLParserLiaison.cpp XMLParserLiaison.hpp XMLSupportDefinitions.hpp XMLSupportException.cpp XMLSupportException.hpp XMLSupportInit.cpp XMLSupportInit.hpp XalanHTMLElementsProperties.cpp XalanHTMLElementsProperties.hpp

mhoyt       2004/02/26 14:37:45

  Modified:    c/src/xalanc/XMLSupport FormatterToDOM.cpp
                        FormatterToDOM.hpp FormatterToHTML.cpp
                        FormatterToHTML.hpp FormatterToNull.cpp
                        FormatterToNull.hpp FormatterToText.cpp
                        FormatterToText.hpp FormatterToXML.cpp
                        FormatterToXML.hpp FormatterToXMLBase.cpp
                        FormatterToXMLBase.hpp FormatterToXML_UTF16.cpp
                        FormatterToXML_UTF16.hpp FormatterToXML_UTF8.cpp
                        FormatterToXML_UTF8.hpp FormatterTreeWalker.cpp
                        FormatterTreeWalker.hpp XMLParserLiaison.cpp
                        XMLParserLiaison.hpp XMLSupportDefinitions.hpp
                        XMLSupportException.cpp XMLSupportException.hpp
                        XMLSupportInit.cpp XMLSupportInit.hpp
                        XalanHTMLElementsProperties.cpp
                        XalanHTMLElementsProperties.hpp
  Log:
  Update to Apache 2.0 License
  
  Revision  Changes    Path
  1.4       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/FormatterToDOM.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToDOM.cpp.diff?r1=1.3&r2=1.4
  
  
  1.4       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/FormatterToDOM.hpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToDOM.hpp.diff?r1=1.3&r2=1.4
  
  
  1.6       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/FormatterToHTML.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToHTML.cpp.diff?r1=1.5&r2=1.6
  
  
  1.4       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/FormatterToHTML.hpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToHTML.hpp.diff?r1=1.3&r2=1.4
  
  
  1.4       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/FormatterToNull.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToNull.cpp.diff?r1=1.3&r2=1.4
  
  
  1.4       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/FormatterToNull.hpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToNull.hpp.diff?r1=1.3&r2=1.4
  
  
  1.6       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/FormatterToText.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToText.cpp.diff?r1=1.5&r2=1.6
  
  
  1.4       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/FormatterToText.hpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToText.hpp.diff?r1=1.3&r2=1.4
  
  
  1.10      +12 -53    xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML.cpp.diff?r1=1.9&r2=1.10
  
  
  1.5       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML.hpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML.hpp.diff?r1=1.4&r2=1.5
  
  
  1.9       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/FormatterToXMLBase.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToXMLBase.cpp.diff?r1=1.8&r2=1.9
  
  
  1.3       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/FormatterToXMLBase.hpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToXMLBase.hpp.diff?r1=1.2&r2=1.3
  
  
  1.9       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF16.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF16.cpp.diff?r1=1.8&r2=1.9
  
  
  1.9       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF16.hpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF16.hpp.diff?r1=1.8&r2=1.9
  
  
  1.11      +12 -53    xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF8.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF8.cpp.diff?r1=1.10&r2=1.11
  
  
  1.9       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF8.hpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF8.hpp.diff?r1=1.8&r2=1.9
  
  
  1.3       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/FormatterTreeWalker.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterTreeWalker.cpp.diff?r1=1.2&r2=1.3
  
  
  1.3       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/FormatterTreeWalker.hpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterTreeWalker.hpp.diff?r1=1.2&r2=1.3
  
  
  1.4       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/XMLParserLiaison.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/XMLParserLiaison.cpp.diff?r1=1.3&r2=1.4
  
  
  1.4       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/XMLParserLiaison.hpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/XMLParserLiaison.hpp.diff?r1=1.3&r2=1.4
  
  
  1.4       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/XMLSupportDefinitions.hpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/XMLSupportDefinitions.hpp.diff?r1=1.3&r2=1.4
  
  
  1.4       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/XMLSupportException.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/XMLSupportException.cpp.diff?r1=1.3&r2=1.4
  
  
  1.4       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/XMLSupportException.hpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/XMLSupportException.hpp.diff?r1=1.3&r2=1.4
  
  
  1.5       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/XMLSupportInit.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/XMLSupportInit.cpp.diff?r1=1.4&r2=1.5
  
  
  1.4       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/XMLSupportInit.hpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/XMLSupportInit.hpp.diff?r1=1.3&r2=1.4
  
  
  1.4       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/XalanHTMLElementsProperties.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/XalanHTMLElementsProperties.cpp.diff?r1=1.3&r2=1.4
  
  
  1.4       +12 -53    xml-xalan/c/src/xalanc/XMLSupport/XalanHTMLElementsProperties.hpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/XalanHTMLElementsProperties.hpp.diff?r1=1.3&r2=1.4
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org