jez
|
a52aafebd5
|
In XPath node() matches any node of any type. In an XSLT match pattern, node() matches everything except attributes and the document root node. Tweaked that match pattern grammar to introduce a new token in the AST.
|
2007-10-26 23:24:58 +00:00 |
|
jez
|
af3ebfde60
|
s/XPathExpressionPtr/XPathExpression/g
|
2007-10-25 20:42:00 +00:00 |
|
jez
|
a7d050841d
|
s/XPathExpression/XPathExpression_impl/
|
2007-10-23 21:37:24 +00:00 |
|
jez
|
fac7cf88de
|
XPathExpressionPtr no longer derives from boost::shared_ptr, it contains it instead
|
2007-10-22 20:25:35 +00:00 |
|
jez
|
f6b2ed4966
|
OK, I think that's it. XPathValue is now your man. Existing code using XPathValuePtr should still work, but new stuff should use XPathValue
|
2007-10-22 17:42:50 +00:00 |
|
jez
|
7b43037a37
|
Added string_adaptor parameter to DOM classes. DOM and XPath tests compile and run, but still need to add defaults so more "normal" bits of code will go.
|
2007-09-07 23:52:30 +00:00 |
|
jez
|
645247287d
|
see http://www.jezuk.co.uk/cgi-bin/view/SAX/news?id=3285
|
2007-08-07 14:43:44 +00:00 |
|
jez
|
b95e3afeb2
|
merged with mangle-dev branch
|
2007-07-19 17:01:31 +00:00 |
|
jez
|
543f7357df
|
started moving headers out into an include directory
|
2006-08-07 21:08:11 +00:00 |
|