Commit graph

38 commits

Author SHA1 Message Date
jez_higgins
6eb8335603 gcc 4.1.0 conformance fix 2006-03-06 22:55:52 +00:00
jez_higgins
374a31a45a oops, left in some debug stuff 2006-01-12 14:34:57 +00:00
jez_higgins
ad7e7923e2 extended to support XSLT attribute value templates 2006-01-12 14:22:25 +00:00
jez_higgins
648a89dd9d everything compiled, but to the wrong thing. now compiles to the correct thing, at least as far as my current tests go 2006-01-05 16:25:30 +00:00
jez_higgins
f07e022936 now compiles compound XSLT patterns of the form test1|test2|test3 ... |testN. that's them all done. I love Spirit 2006-01-05 10:50:01 +00:00
jez_higgins
1ed2ea7ee8 compiling more XSLT patterns 2005-12-22 00:02:48 +00:00
jez_higgins
fab22a313b compiling more matches 2005-12-19 15:55:25 +00:00
jez_higgins
8b7f3196d8 Started try to compile XSLT patterns 2005-12-18 22:22:13 +00:00
jez_higgins
be0dcae896 extend grammar for XSLT matches 2005-12-16 19:09:18 +00:00
jez_higgins
ec7d5de834 added missed case for node() 2005-12-16 10:17:39 +00:00
jez_higgins
2238256e67 added extra patterns needed for xsl:template match attributes 2005-12-15 22:11:16 +00:00
jez_higgins
d7e2d7fb33 *** empty log message *** 2005-09-30 21:36:11 +00:00
jez_higgins
b8d3a27e3f *** empty log message *** 2005-09-25 20:09:49 +00:00
jez_higgins
234eca263d moved more classes into impl namespace 2005-08-22 15:59:57 +00:00
jez_higgins
58603beff3 moved several classes into impl namespace 2005-08-22 15:35:20 +00:00
jez_higgins
0670677ce2 moved several classes into impl namespace 2005-08-22 15:04:27 +00:00
jez_higgins
7ce581df1b gcc 4 fixes 2005-08-21 12:48:00 +00:00
jez_higgins
7c9492a63d parameterised node_iter_t and chums 2005-08-19 17:20:06 +00:00
jez_higgins
8c745fa53d removed redundant includes 2005-08-19 09:14:59 +00:00
jez_higgins
9000066ce4 parameterised RelativeLocationPath and AbsoluteLocationPath 2005-08-18 21:51:02 +00:00
jez_higgins
04bcf0b107 parameterised StepFactory 2005-08-18 21:45:14 +00:00
jez_higgins
27ee8fe739 parameterised StepList and StepExpression 2005-08-18 20:47:01 +00:00
jez_higgins
8345797ad2 parameterised FunctionHolder 2005-08-18 09:15:08 +00:00
jez_higgins
2b1f3802a9 parameterised AndOperator and OrOperator 2005-08-17 21:26:03 +00:00
jez_higgins
08f2df96ba parameterised xpath_relational.hpp 2005-08-17 12:24:25 +00:00
jez_higgins
9ae5ba9c6f Parameterised ExecutionContext
as a result had to add string_adaptor parameter to XPathExpression,
XPathVariable, UnionExpresion and various other classes
2005-08-17 10:13:05 +00:00
jez_higgins
d8bd7c8968 parameterised VariableResolver on string_adaptor as well as string_type 2005-08-17 09:17:18 +00:00
jez_higgins
155ed52bba parameterised FunctionResolver on string_type and string_adaptor 2005-08-17 09:10:38 +00:00
jez_higgins
3b2a7111be parameterised NamespaceContext 2005-08-17 08:50:41 +00:00
jez_higgins
5bdf787880 parameterised StringValue on string_type and string_adaptor 2005-08-17 08:25:24 +00:00
jez_higgins
a2719c8ff1 parameterised NumericValue 2005-08-17 07:01:27 +00:00
jez_higgins
5de2c33ecc parameterised XPath::UnionExpression 2005-08-16 21:07:05 +00:00
jez_higgins
22431da68f parameterised XPath::Variable 2005-08-16 21:04:44 +00:00
jez_higgins
df816c1b05 parameterised XPath class 2005-08-16 20:59:04 +00:00
jez_higgins
7f53e6cba4 parameterised XPathExpression, UnaryExpression and BinaryExpression 2005-08-16 16:04:24 +00:00
jez_higgins
a71eb0345f parameterised XPathValue and XPathValuePtr 2005-08-16 15:29:02 +00:00
jez_higgins
1249293bdc split xpath_expression.hpp out from xpath_object.hpp 2005-08-16 11:40:56 +00:00
jez_higgins
b18f90ce9e moved here from xpath-dev-sandbox 2005-08-04 20:42:30 +00:00