DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21987>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21987

xml-xalan/c/src/xalanc/PlatformSupport/XSLException.cpp patch

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Assertion failed: theString |xml-
                   |!= 0,  XalanDOMString.cpp,  |xalan/c/src/xalanc/PlatformS
                   |line 115  in                |upport/XSLException.cpp
                   |xalanc_1_6::XPathExceptionFu|patch
                   |nctionNotAvailable::XPathExc|
                   |eptionFunctionNotAvailable  |



------- Additional Comments From [EMAIL PROTECTED]  2003-07-30 05:56 -------
Index: c/src/xalanc/PlatformSupport/XSLException.cpp
===================================================================
RCS file: /home/cvspublic/xml-xalan/c/src/xalanc/PlatformSupport/XSLException.
cpp,v
retrieving revision 1.1
diff -i -w -p -r1.1 XSLException.cpp
*** c/src/xalanc/PlatformSupport/XSLException.cpp       29 Jun 2003 03:57:55 
-0000   1.1
--- c/src/xalanc/PlatformSupport/XSLException.cpp       30 Jul 2003 05:40:07 -0000
*************** XSLException::XSLException(
*** 89,95 ****
                        const XalanDOMString&   theMessage,
                        const XalanDOMString&   theType) :
        m_message(theMessage),
!       m_uri(theLocator.getSystemId()),
        m_lineNumber(theLocator.getLineNumber()),
        m_columnNumber(theLocator.getColumnNumber()),
        m_type(theType)
--- 89,95 ----
                        const XalanDOMString&   theMessage,
                        const XalanDOMString&   theType) :
        m_message(theMessage),
!       m_uri(theLocator.getSystemId()?theLocator.getSystemId():
XALAN_STATIC_UCODE_STRING("")),
        m_lineNumber(theLocator.getLineNumber()),
        m_columnNumber(theLocator.getColumnNumber()),
        m_type(theType)

Reply via email to