.. |
handler
|
Throw exception on xsl:sort lang not on order. Oops.
|
2008-10-27 14:26:20 +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
|
attribute and elements now form there own variable scope.
|
2008-08-03 17:11:27 +01: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
|
Removed use of boost:ptr_vector. Turns out that std::vector<boost::ptr_vector<something> > won't compile.
|
2008-08-06 11:48:06 +01:00 |
xslt_comment.hpp
|
merged with mangle-dev branch
|
2007-07-19 17:01:42 +00:00 |
xslt_compilation_context.hpp
|
Implemented generate-id function
|
2008-10-27 19:13:47 +00:00 |
xslt_copy.hpp
|
merged with mangle-dev branch
|
2007-07-19 17:01:42 +00:00 |
xslt_element.hpp
|
Added several more variables tests, related the namespace prefixes
|
2008-08-05 22:03:33 +01:00 |
xslt_execution_context.hpp
|
output warning message now directed to the message_sink
|
2008-10-21 22:53:00 +01:00 |
xslt_for_each.hpp
|
was evaluating select expression twice - there was no need
|
2008-08-09 17:03:02 +01:00 |
xslt_functions.hpp
|
Implemented generate-id function
|
2008-10-27 19:13:47 +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
|
attribute and elements now form there own variable scope.
|
2008-08-03 17:11:27 +01:00 |
xslt_item.hpp
|
Removed use of boost:ptr_vector. Turns out that std::vector<boost::ptr_vector<something> > won't compile.
|
2008-08-06 11:48:06 +01: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
|
hacked up a ncname test, although it's not working at the moment and I'm tired and can't think
|
2007-12-22 22:21:26 +00:00 |
xslt_qname.hpp
|
Added several more variables tests, related the namespace prefixes
|
2008-08-05 22:03:33 +01:00 |
xslt_sink.hpp
|
output warning message now directed to the message_sink
|
2008-10-21 22:53:00 +01: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
|
Corrected spelling of precedence. I have no idea why I had it wrong in the first place, it just seems to be what comes out of my fingers
|
2008-08-06 12:07:59 +01:00 |
xslt_stylesheet_compiler.hpp
|
corrected xsl:stylesheet attribute validation
|
2008-08-01 19:42:37 +01: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
|
When running stylesheet, resolve variable values straightaway. This flushes out unresolved references and so on, although only in templates which are actually run.
|
2008-08-06 12:34:35 +01:00 |
xslt_with_param.hpp
|
Removed use of boost:ptr_vector. Turns out that std::vector<boost::ptr_vector<something> > won't compile.
|
2008-08-06 11:48:06 +01:00 |