[jdom-interest] bug fix

Raffaele Sena raff at aromatic.org
Mon Aug 21 23:31:16 PDT 2000


> > I also wrote a small test program that can be useful to play with the
> > ResultSetBuilder. It allows to pass on the command
    ...
>
> Sure, send it in.  I'll deal with your patch next chance I get.
>
> -jh-
>
    Here!

    I added option for most of the functions (I left out indent and newlines
that
    are set by default).

    Run the program with no parameters and it will show the usage.

    sxql.java is my test program
    test.sh is an example of how to use it (change the CLASSPATH to match your
environment)
    test.txt is the output from the test program

    Hope you find this useful!

-- Raffaele

-----------------------------------------------------
raff at aromatic.org (::) http://www.aromatic.org/~raff/
         http://www.aromatic.org/
-------------- next part --------------
<?xml version="1.0" encoding="UTF-8"?>
<entries>
  <entry no="1">
    <entry-name>hello</entry-name>
    <entry-value>there</entry-value>
  </entry>
  <entry no="2">
    <entry-name>hi</entry-name>
    <entry-value>you</entry-value>
  </entry>
  <entry no="3">
    <entry-name>whats</entry-name>
    <entry-value>up?</entry-value>
  </entry>
</entries>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sxql.java
Type: application/octet-stream
Size: 5857 bytes
Desc: not available
Url : http://jdom.org/pipermail/jdom-interest/attachments/20000821/b92835e8/sxql.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.sh
Type: application/octet-stream
Size: 549 bytes
Desc: not available
Url : http://jdom.org/pipermail/jdom-interest/attachments/20000821/b92835e8/test.obj


More information about the jdom-interest mailing list