.. |
handler
|
disallow pcdata ahead of xsl:param
|
2007-11-22 23:02:08 +00:00 |
xslt_apply_imports.hpp
|
merged with mangle-dev branch
|
2007-07-19 17:01:42 +00:00 |
xslt_apply_templates.hpp
|
passed parameters are now unpassed when they aren't needed any more, removing them from the current stack frame. that may not match you idea of what a stack frame actually is (mine too, if I'm honest) but it's a straightforward change to fix a bug
|
2007-10-26 23:21:21 +00:00 |
xslt_attribute.hpp
|
merged with mangle-dev branch
|
2007-07-19 17:01:42 +00:00 |
xslt_call_template.hpp
|
passed parameters are now unpassed when they aren't needed any more, removing them from the current stack frame. that may not match you idea of what a stack frame actually is (mine too, if I'm honest) but it's a straightforward change to fix a bug
|
2007-10-26 23:21:21 +00:00 |
xslt_choose.hpp
|
changes to variable scoping in xsl:for-each, xsl:if, and xsl:choose.
|
2007-11-01 22:28:20 +00:00 |
xslt_comment.hpp
|
merged with mangle-dev branch
|
2007-07-19 17:01:42 +00:00 |
xslt_compilation_context.hpp
|
moved namespace and function resolver into compilation context. disallowed current() in match patterns
|
2007-11-22 19:24:18 +00:00 |
xslt_copy.hpp
|
merged with mangle-dev branch
|
2007-07-19 17:01:42 +00:00 |
xslt_element.hpp
|
merged with mangle-dev branch
|
2007-07-19 17:01:42 +00:00 |
xslt_execution_context.hpp
|
xsl:message can contain an xsl:message - now handled properly
|
2007-11-11 21:31:10 +00:00 |
xslt_for_each.hpp
|
check xsl:for-each selects a node-set, I suspect it should be able to diagnose this at compile time but it at least it fails :)
|
2007-11-22 21:54:51 +00:00 |
xslt_functions.hpp
|
s/XPathExpressionPtr/XPathExpression/g
|
2007-10-25 20:42:00 +00:00 |
xslt_if.hpp
|
changes to variable scoping in xsl:for-each, xsl:if, and xsl:choose.
|
2007-11-01 22:28:20 +00:00 |
xslt_inline_element.hpp
|
renamed all .h to .hpp
|
2007-09-04 22:55:47 +00:00 |
xslt_item.hpp
|
merged with mangle-dev branch
|
2007-07-19 17:01:42 +00:00 |
xslt_message.hpp
|
xsl:message can contain an xsl:message - now handled properly
|
2007-11-11 21:31:10 +00:00 |
xslt_namespace_stack.hpp
|
merged with mangle-dev branch
|
2007-07-19 17:01:42 +00:00 |
xslt_param.hpp
|
merged with mangle-dev branch
|
2007-07-19 17:01:42 +00:00 |
xslt_processing_instruction.hpp
|
xsl:processing-instruction shouldn't allow xml as the name
|
2007-11-22 21:24:17 +00:00 |
xslt_qname.hpp
|
blow up if QName is bad
|
2007-11-22 22:36:47 +00:00 |
xslt_sink.hpp
|
fixed for empty comment
|
2007-11-11 21:31:49 +00:00 |
xslt_sort.hpp
|
Use std::stable_sort instead of std::sort. When xsl:sort specifies a numerical sort, but you've got some string data in there we need to maintain the relative of that string data. This is the first time I've actually used std::stable_sort. I will mark it down in my big book of programming accomplishments.
|
2007-11-03 01:55:20 +00:00 |
xslt_stylesheet.hpp
|
xsl:call-template throws if it can't find a matching template
|
2007-11-16 23:11:39 +00:00 |
xslt_stylesheet_compiler.hpp
|
moved namespace and function resolver into compilation context. disallowed current() in match patterns
|
2007-11-22 19:24:18 +00:00 |
xslt_stylesheet_parser.hpp
|
removed basic_ prefixes from SAX classes, removed typedefs
|
2007-09-05 12:57:07 +00:00 |
xslt_template.hpp
|
XSLT: template mode is now a QName
|
2007-10-26 19:12:27 +00:00 |
xslt_text.hpp
|
merged with mangle-dev branch
|
2007-07-19 17:01:42 +00:00 |
xslt_top_level_param.hpp
|
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 |
xslt_value_of.hpp
|
merged with mangle-dev branch
|
2007-07-19 17:01:42 +00:00 |
xslt_variable.hpp
|
merged with mangle-dev branch
|
2007-07-19 17:01:42 +00:00 |
xslt_variable_impl.hpp
|
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 |
xslt_variable_stack.hpp
|
detect duplicate variable and parameter names
|
2007-11-21 22:35:04 +00:00 |
xslt_with_param.hpp
|
passed parameters are now unpassed when they aren't needed any more, removing them from the current stack frame. that may not match you idea of what a stack frame actually is (mine too, if I'm honest) but it's a straightforward change to fix a bug
|
2007-10-26 23:21:21 +00:00 |