Author: ltheussl
Date: Wed Oct 10 00:37:31 2007
New Revision: 583377
URL: http://svn.apache.org/viewvc?rev=583377&view=rev
Log:
Handle page breaks as comments in xml parsers and sinks. Use Markup characters
in comments.
Modified:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-si
Author: ltheussl
Date: Wed Oct 10 05:40:08 2007
New Revision: 583455
URL: http://svn.apache.org/viewvc?rev=583455&view=rev
Log:
Clean up text handling by parsers: emit separate text events for newlines. Trim
comments. The xdoc module now passes the identity test :)
Modified:
maven/doxia/dox
Author: ltheussl
Date: Wed Oct 10 05:36:24 2007
New Revision: 583454
URL: http://svn.apache.org/viewvc?rev=583454&view=rev
Log:
Emit special characters one-by-one, since the new xml parser handles some as
entities, some as text, so we can test them separately.
Modified:
maven/doxia/doxia/tr
Author: ltheussl
Date: Wed Oct 10 11:34:11 2007
New Revision: 583572
URL: http://svn.apache.org/viewvc?rev=583572&view=rev
Log:
Add , , and tags to Xdoc parser. Small code
re-shuffling to make xdoc and xhtml easier comparable.
Modified:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-x
Author: ltheussl
Date: Wed Oct 10 12:07:38 2007
New Revision: 583579
URL: http://svn.apache.org/viewvc?rev=583579&view=rev
Log:
Remove itemFlag from XhtmlSink. I guess it was used to work around a bug in the
apt parser, this should be fixed there. Paragraphs are legal and significant in
list ite
Author: ltheussl
Date: Wed Oct 10 12:25:52 2007
New Revision: 583585
URL: http://svn.apache.org/viewvc?rev=583585&view=rev
Log:
Fix ordered lists, use style instead of type.
Modified:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module/xhtml/X
Author: ltheussl
Date: Wed Oct 10 12:32:34 2007
New Revision: 583589
URL: http://svn.apache.org/viewvc?rev=583589&view=rev
Log:
Add definition list to parser.
Modified:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module/xhtml/XhtmlParser.java
Author: ltheussl
Date: Wed Oct 10 13:32:23 2007
New Revision: 583606
URL: http://svn.apache.org/viewvc?rev=583606&view=rev
Log:
Handle sections and tables in analogy to xdoc parser.
Modified:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module