This commit adjust the sphinx configuration to use the "Read The Docs"
theme, which has the advantage of allowing the navigation bar
(containing among other things a search bar, and the TOC) to stay
fixed while scrolling the contents of the page being read. This is
particularly useful to allow access to those features while reading
a long page, for instance.
TN: V905-033
Change-Id: Ie315438ce8e6010d070bc0874c775dd8460ceff2
The ReStructured Text variant used by sphinxdoc recommends two
consecutive backquotes for raw text. Single backquote or double
quotes sometimes work, but interact poorly with each other.
State input size limit.
Mention two input modules that were missing from the docs.
Fix some typos.
for SB06-054
Change-Id: I059566d5a19fd9e696d3b26af7d9ebee11939c6e
For the purpose of sanity checking xmlada on VxWorks (and possibly
other cross platforms), add cross-comilable examples, one per dom, sax
and schema, that have all xml/xsd sources embedded in the test's main.
Add new cross- and existing examples to the installation of xmlada.
Change-Id: I56848955171a3b1f16f38bc3ecd7cef253af6346
Fix examples to import proper project names,
fix domschemaexample to not unset the namespeces feature,
add examples to the testing.
Change-Id: Ic5ba519f9ae80f4df3931757a1fcdb9b72e4f540
O930-031
XSD files with no namespace information cannot be mixed into the
same XML_Grammar, or they will conflict with each other. The
solution is therefore to preload each of them into its own XML_Grammar,
and then let the validating parser chose that grammar dynamically
by overriding the new primitive operation Parse_Grammar.
Change-Id: I337d09259c6b2b18d9b91b4ded847f7f8dcd6eab