jstrachan 2002/06/12 23:52:22
Modified: betwixt/xdocs todo.xml
Log:
updated to do list with Jon's ordering issue
Revision Changes Path
1.3 +10 -4 jakarta-commons/betwixt/xdocs/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/todo.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- todo.xml 10 Jun 2002 21:27:20 -0000 1.2
+++ todo.xml 13 Jun 2002 06:52:22 -0000 1.3
@@ -15,6 +15,12 @@
<ul>
<li>
+ Consider allowing the parsing of XML to order the
propperties/elements in the XMLBeanInfo
+ so that when the XML is output again it follows the same XML
ordering again.
+ There is an example describing this
+ <a
href="http://nagoya.apache.org/eyebrowse/ReadMsg?[EMAIL PROTECTED]&msgNo=8488">here</a>
+ </li>
+ <li>
Create a SAXWriter class in the io package that takes a bean and
writes to a SAX ContentHandler
rather that outputting textual XML like BeanWriter does.
This will allow Betwixt to work nicely in XML pipelining
environments like Cocoon and Jelly.
@@ -25,10 +31,10 @@
</li>
<li>
Improved documentation! Improve package level documentation so that
new developers can get up
- to speed more quickly. Ensure all betwixt features have good user
documentation.
- More good code examples.
- </li>
- </ul>
+ to speed more quickly. Ensure all betwixt features have good user
documentation.
+ More good code examples.
+ <li>
+ </ul>
</section>
</body>
</document>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>