-
A `Combine` node with a complex subtree of nodes does not react properly to surrounding whitespace. Specifically, consider the following example:
{{{
from pyparsing import Literal, Combine
pair0 = (Literal('left') + Literal(':') +
(Combine(
(Literal('ri') + Literal('ght')) |
Literal('other'))))
pair1 = (Literal('left') + Literal(':') +...
2009-06-02 20:25:25 UTC in Python parsing module
-
This is fixed in CVS.
2007-03-13 02:35:10 UTC in 4Suite
-
In some cases, when the context node is an attribute, the preceding axis will not return all the preceding nodes. The attached script shows one example of this behaviour. The preceding axis should have the same set of nodes for an attribute and that attribute's parent, but in this example, these node-sets are not the same.
2007-03-12 22:24:14 UTC in 4Suite
-
jlcdjinn committed revision 12 to the XBEL Specification and Support Project SVN repository, changing 3 files.
2006-09-30 01:17:39 UTC in XBEL Specification and Support Project
-
Logged In: YES
user_id=143160
Fixed in CVS (by Jeremy Kloth).
2006-08-21 17:52:15 UTC in 4Suite
-
If you use a fallback within an XInclude element and
the XInclude successfully resolves the target
resource, the fallback is also included in the output
document (although it should be ignored). The new use
case surrounding `SPEC_SRC_1_plus_fallback` in
`test/Xml/Core/test_xinclude.py` clearly covers this
case, although the previous use case surrounding
`ERRATA_SRC_1` is also failing...
2006-08-16 07:08:36 UTC in 4Suite
-
jlcdjinn committed revision 11 to the XBEL Specification and Support Project SVN repository, changing 14 files.
2006-07-07 18:07:14 UTC in XBEL Specification and Support Project
-
jlcdjinn committed revision 10 to the XBEL Specification and Support Project SVN repository, changing 7 files.
2006-07-07 17:52:22 UTC in XBEL Specification and Support Project
-
jlcdjinn committed revision 9 to the XBEL Specification and Support Project SVN repository, changing 1 files.
2006-07-06 22:24:40 UTC in XBEL Specification and Support Project
-
jlcdjinn committed revision 8 to the XBEL Specification and Support Project SVN repository, changing 7 files.
2006-07-06 22:11:47 UTC in XBEL Specification and Support Project