I've skimmed through the orocos-naxes.xml document and found
that the file has invalid XML.
Some rules to respect:
* Text should always be enclosed by a
* The id field (id="xyz") should not contain spaces
* Do not use
documents or easy moving of sections without renaming. Use
instead.
* Use
If you're using emacs, you can use the 'nxml' and 'relax-ng' (rng) schemes for
editing and debugging XML files.
A preview of the current state of this document (without patch) can be seen
here:
Peter
[PATCH] Improve naxes documentation
On Wednesday February 13 2008 14:45:03 Peter Soetens wrote:
element, ,... as these do not allow composition of instead of when writing class names.
>rocos-naxes.html>
> I've skimmed through the orocos-naxes.xml document and found
> that the file has invalid XML.
>
> Some rules to respect:
>
> * Text should always be enclosed by a
> * The id field (id="xyz") should not contain spaces
> * Do not use
> documents or easy moving of sections without renaming. Use
> instead.
> * Use
>
> If you're using emacs, you can use the 'nxml' and 'relax-ng' (rng) schemes
> for editing and debugging XML files.
>
> A preview of the current state of this document (without patch) can be seen
> here:
>
I added this guideline to and
applied the patch:
svn ci doc/xml/orocos-naxes.xml -m"Applied patch: [Orocos-Dev] [PATCH] Improve
naxes documentation"
Sending doc/xml/orocos-naxes.xml
Transmitting file data .
Committed revision 28955.
> Peter