Sweden-Number/dlls/msxml3/tests
Adam Martinson 4f78c04ec8 msxml3: XSLPattern support.
Parse XSLPattern queries and translate them into equivalent XPath queries.
XSLPattern built-in functions/operators are translated to their XPath
counterparts where applicable.  If no direct XPath counterpart exists,
they are registered as custom XPath functions for the sake of speed where
possible.  As a last resort, they are translated into compound XPath
expressions to accomplish the task, if more slowly.
If the parser encounters an error, the original XSLPattern query is
returned, as this is more likely to work than a mangled one.
2010-10-04 16:18:54 +02:00
..
Makefile.in makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
domdoc.c msxml3: XSLPattern support. 2010-10-04 16:18:54 +02:00
saxreader.c msxml3/tests: Fix some string leaks in tests. 2010-01-11 11:31:30 -06:00
schema.c msxml3: Added IDispatchEx QueryInterface test. 2008-08-22 10:42:37 +02:00
xmldoc.c msxml3/tests: Fix interface leak. 2010-01-21 09:05:47 +01:00
xmlelem.c msxml3: Don't crash on null pointer when doing ::Next() on a last child. 2010-06-21 12:25:44 +02:00