You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/12/20 23:45:47 UTC

DO NOT REPLY [Bug 15594] New: - Unhandled exception when attempting to create an XPath object from an invalid XPath expression.

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=15594>.
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=15594

Unhandled exception when attempting to create an XPath object from an invalid XPath expression.  

           Summary: Unhandled exception when attempting to create an XPath
                    object from an invalid XPath expression.
           Product: XalanC
           Version: 1.4.x
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: XalanC
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: goranr@cdm-optics.com


Compiler: VC6

Unhandled exception when attempting to create an XPath object from an invalid 
XPath expression.  

XPathEvaluator theEvaluator;
XPath *theXPathObject = theEvaluator.createXPath(XalanDOMString("//FOO
[@FOOBAR=]/@FOO").c_str());