Parser

From Code Synthesis Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 08:28, 23 August 2006
Boris (Talk | contribs)
(Create initial page)
← Previous diff
Current revision
Test (Talk | contribs)

Line 1: Line 1:
-The C++/Parser mapping is a stream-oriented XML Schema to C++ mapping that represents the information stored in XML instance documents as statically-typed, vocabulary-specific parsing events.+The C++/Parser mapping is an event-driven, stream-oriented XML Schema to C++ mapping that represents the information stored in XML instance documents as statically-typed, vocabulary-specific parsing events.
== Wiki Resources == == Wiki Resources ==
* [[Parser/FAQ|C++/Parser Mapping FAQ]] * [[Parser/FAQ|C++/Parser Mapping FAQ]]
 +* [[XSD/Schema compilation checklist|Schema compilation checklist]]
== Official Resources == == Official Resources ==
* [http://www.codesynthesis.com/products/xsd/c++/parser/ C++/Parser Mapping Overview] * [http://www.codesynthesis.com/products/xsd/c++/parser/ C++/Parser Mapping Overview]
-* [http://www.codesynthesis.com/projects/xsd/documentation/cxx/parser/quick-guide/ C++/Parser Mapping Quick Guide]+* [http://www.codesynthesis.com/projects/xsd/documentation/cxx/parser/guide/ C++/Parser Mapping Getting Started Guide]
 + 
 +== Community Resources ==
 +* [http://www.artima.com/cppsource/xml_data_binding.html Article in the C++ Source journal introducing XML Data Binding in C++]
 +* [http://www.xs4all.nl/~jnw/codesynthesis/xmlnamespace/parser.html Various ways to handle pervasive content using the xml:base attribute as an example, by Jeroen N. Witmond]

Current revision

The C++/Parser mapping is an event-driven, stream-oriented XML Schema to C++ mapping that represents the information stored in XML instance documents as statically-typed, vocabulary-specific parsing events.

Wiki Resources

Official Resources

Community Resources

Personal tools