[ http://issues.apache.org/jira/browse/XALANJ-1550?page=all ]
Brian Minchau closed XALANJ-1550. --------------------------------- > Problems with XPath expression //* (incorrect result and does not function > after Templates object is serialized) > ---------------------------------------------------------------------------------------------------------------- > > Key: XALANJ-1550 > URL: http://issues.apache.org/jira/browse/XALANJ-1550 > Project: XalanJ2 > Issue Type: Bug > Components: XPath > Affects Versions: 2.5 > Environment: Operating System: Windows XP > Platform: PC > Reporter: Kahli Burke > Priority: Blocker > Fix For: 2.7 > > Attachments: Bug20492Serializable.txt, testxml.jar, > Xalan-serialization-bug.txt > > > I'll attach a test case (XML and XSL). Run the test case once creating a > Templates from the factory, then serialize and deserialize the Templates > object > and run again. The results are not the same. The deserialized object will > not > evaluate the //* expression properly. There may be other cases but this is > the > only one I could find. > The issues are: > 1. Aren't descendent-or-self:: and // supposed to be identical? > 2. Even if 1 is wrong, the deserialized object fails completely. > The results I get are: > 1: (not deserialized) > %%tag%% > **tag** > ((general_FITB)) > !!tag!! > 2: (serialized and deserialized) > %%%% > **** > ((general_FITB)) > !!tag!! -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
