mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
projfixed
This commit is contained in:
parent
a59274c14e
commit
bba4fd1588
23 changed files with 5238 additions and 4542 deletions
|
@ -199,6 +199,10 @@
|
|||
<Filter
|
||||
Name="impl"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_apply_imports.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\Xslt\impl\xslt_apply_templates.hpp"
|
||||
>
|
||||
|
@ -223,6 +227,10 @@
|
|||
RelativePath="..\include\Xslt\impl\xslt_compilation_context.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_compiled_stylesheet.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\Xslt\impl\xslt_copy.hpp"
|
||||
>
|
||||
|
@ -255,6 +263,10 @@
|
|||
RelativePath="..\include\Xslt\impl\xslt_item.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_key.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\Xslt\impl\xslt_message.hpp"
|
||||
>
|
||||
|
@ -263,10 +275,18 @@
|
|||
RelativePath="..\include\Xslt\impl\xslt_namespace_stack.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_output.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\Xslt\impl\xslt_param.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_precedence.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\Xslt\impl\xslt_processing_instruction.hpp"
|
||||
>
|
||||
|
@ -382,6 +402,10 @@
|
|||
RelativePath="..\include\Xslt\impl\handler\xslt_item_container_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_key_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\Xslt\impl\handler\xslt_message_handler.hpp"
|
||||
>
|
||||
|
@ -429,6 +453,10 @@
|
|||
</Filter>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\tests\XSLT\TO-DO"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
|
|
|
@ -698,6 +698,10 @@
|
|||
RelativePath="..\include\XPath\impl\xpath_expression.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XPath\impl\xpath_expression_impl.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XPath\impl\xpath_function.hpp"
|
||||
>
|
||||
|
@ -802,6 +806,14 @@
|
|||
RelativePath="..\include\Xml\escaper.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XML\QName.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XML\strings.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\Xml\XMLCharacterClasses.hpp"
|
||||
>
|
||||
|
@ -943,6 +955,278 @@
|
|||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="XSLT"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\XSLT.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_apply_imports.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_apply_templates.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_attribute.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_call_template.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_choose.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_comment.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_compilation_context.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_compiled_stylesheet.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_copy.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_element.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_execution_context.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_for_each.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_functions.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_if.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_inline_element.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_item.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_key.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_message.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_namespace_stack.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_output.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_param.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_precedence.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_processing_instruction.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_qname.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_sink.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_sort.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_stylesheet.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_stylesheet_compiler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_stylesheet_parser.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_template.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_text.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_top_level_param.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_value_of.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_variable.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_variable_impl.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_variable_stack.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_with_param.hpp"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="handlers"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_apply_imports_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_apply_templates_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_attribute_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_call_template_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_choose_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_comment_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_constants.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_copy_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_create_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_element_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_for_each_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_if_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_include_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_inline_element_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_item_container_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_key_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_message_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_namespace_alias_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_output_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_processing_instruction_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_sort_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_strip_space_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_template_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_text_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_value_of_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_value_validation.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_variable_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_with_param_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="src"
|
||||
|
@ -959,7 +1243,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="cl /TC /EP -D USE_MSXML ..\vs7\ArabicaConfig.S > ..\include\SAX\ArabicaConfig.hpp
"
|
||||
CommandLine="cl /TC /EP -D USE_EXPAT ..\vs7\ArabicaConfig.S > ..\include\SAX\ArabicaConfig.hpp
"
|
||||
Outputs="..\include\SAX\ArabicaConfig.hpp"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
@ -1053,6 +1337,14 @@
|
|||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="taggle"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\src\taggle\Schema.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
|
|
|
@ -240,6 +240,10 @@
|
|||
RelativePath=".\..\tests\DOM\test_Element.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tests\DOM\test_NamedNodeMap.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\tests\DOM\test_ProcessingInstruction.hpp"
|
||||
>
|
||||
|
@ -256,6 +260,10 @@
|
|||
RelativePath=".\..\tests\DOM\test_Text.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tests\DOM\test_TreeWalker.hpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="CppUnit"
|
||||
|
|
|
@ -208,6 +208,10 @@
|
|||
RelativePath="..\tests\Utils\test_normalize_whitespace.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tests\Utils\test_qname.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tests\Utils\test_uri.hpp"
|
||||
>
|
||||
|
|
|
@ -336,6 +336,14 @@
|
|||
RelativePath="..\tests\CppUnit\textui\TextTestResult.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tests\CppUnit\textui\XmlTestResult.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tests\CppUnit\textui\XmlTestResult.hpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
|
|
|
@ -288,6 +288,14 @@
|
|||
RelativePath="..\tests\CppUnit\textui\TextTestResult.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tests\CppUnit\textui\XmlTestResult.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tests\CppUnit\textui\XmlTestResult.hpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\tests\XSLT\testsuite\TESTS\arabica-catalog.xml"
|
||||
|
|
|
@ -199,6 +199,10 @@
|
|||
<Filter
|
||||
Name="impl"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_apply_imports.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\Xslt\impl\xslt_apply_templates.hpp"
|
||||
>
|
||||
|
@ -223,6 +227,10 @@
|
|||
RelativePath="..\include\Xslt\impl\xslt_compilation_context.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_compiled_stylesheet.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\Xslt\impl\xslt_copy.hpp"
|
||||
>
|
||||
|
@ -255,6 +263,10 @@
|
|||
RelativePath="..\include\Xslt\impl\xslt_item.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_key.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\Xslt\impl\xslt_message.hpp"
|
||||
>
|
||||
|
@ -263,10 +275,18 @@
|
|||
RelativePath="..\include\Xslt\impl\xslt_namespace_stack.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_output.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\Xslt\impl\xslt_param.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_precedence.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\Xslt\impl\xslt_processing_instruction.hpp"
|
||||
>
|
||||
|
@ -382,6 +402,10 @@
|
|||
RelativePath="..\include\Xslt\impl\handler\xslt_item_container_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_key_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\Xslt\impl\handler\xslt_message_handler.hpp"
|
||||
>
|
||||
|
@ -429,6 +453,10 @@
|
|||
</Filter>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\tests\XSLT\TO-DO"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
|
|
|
@ -698,6 +698,10 @@
|
|||
RelativePath="..\include\XPath\impl\xpath_expression.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XPath\impl\xpath_expression_impl.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XPath\impl\xpath_function.hpp"
|
||||
>
|
||||
|
@ -802,6 +806,14 @@
|
|||
RelativePath="..\include\Xml\escaper.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XML\QName.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XML\strings.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\Xml\XMLCharacterClasses.hpp"
|
||||
>
|
||||
|
@ -943,6 +955,278 @@
|
|||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="XSLT"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\XSLT.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_apply_imports.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_apply_templates.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_attribute.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_call_template.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_choose.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_comment.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_compilation_context.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_compiled_stylesheet.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_copy.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_element.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_execution_context.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_for_each.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_functions.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_if.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_inline_element.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_item.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_key.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_message.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_namespace_stack.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_output.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_param.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_precedence.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_processing_instruction.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_qname.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_sink.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_sort.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_stylesheet.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_stylesheet_compiler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_stylesheet_parser.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_template.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_text.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_top_level_param.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_value_of.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_variable.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_variable_impl.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_variable_stack.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\xslt_with_param.hpp"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="handlers"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_apply_imports_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_apply_templates_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_attribute_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_call_template_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_choose_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_comment_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_constants.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_copy_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_create_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_element_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_for_each_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_if_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_include_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_inline_element_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_item_container_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_key_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_message_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_namespace_alias_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_output_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_processing_instruction_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_sort_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_strip_space_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_template_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_text_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_value_of_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_value_validation.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_variable_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\XSLT\impl\handler\xslt_with_param_handler.hpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="src"
|
||||
|
@ -959,7 +1243,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="cl /TC /EP -D USE_MSXML ..\vs7\ArabicaConfig.S > ..\include\SAX\ArabicaConfig.hpp
"
|
||||
CommandLine="cl /TC /EP -D USE_EXPAT ..\vs7\ArabicaConfig.S > ..\include\SAX\ArabicaConfig.hpp
"
|
||||
Outputs="..\include\SAX\ArabicaConfig.hpp"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
@ -1053,6 +1337,14 @@
|
|||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="taggle"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\src\taggle\Schema.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
|
|
|
@ -240,6 +240,10 @@
|
|||
RelativePath=".\..\tests\DOM\test_Element.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tests\DOM\test_NamedNodeMap.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\tests\DOM\test_ProcessingInstruction.hpp"
|
||||
>
|
||||
|
@ -256,6 +260,10 @@
|
|||
RelativePath=".\..\tests\DOM\test_Text.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tests\DOM\test_TreeWalker.hpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="CppUnit"
|
||||
|
|
|
@ -208,6 +208,10 @@
|
|||
RelativePath="..\tests\Utils\test_normalize_whitespace.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tests\Utils\test_qname.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tests\Utils\test_uri.hpp"
|
||||
>
|
||||
|
|
|
@ -336,6 +336,14 @@
|
|||
RelativePath="..\tests\CppUnit\textui\TextTestResult.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tests\CppUnit\textui\XmlTestResult.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tests\CppUnit\textui\XmlTestResult.hpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
|
|
|
@ -288,6 +288,14 @@
|
|||
RelativePath="..\tests\CppUnit\textui\TextTestResult.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tests\CppUnit\textui\XmlTestResult.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tests\CppUnit\textui\XmlTestResult.hpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\tests\XSLT\testsuite\TESTS\arabica-catalog.xml"
|
||||
|
|
Loading…
Reference in a new issue