Leon Messerschmidt <[EMAIL PROTECTED]> writes:
> At the moment I only have support for CREATE TABLE clauses. The main
> advantage of this parser (as opposed to yours :-) is that it deals better
> with whitespace like newlines (or lack of them). For example:
>
> CREATE TABLE
> (
> colname int
> )
>
> and
>
> CREATE TABLE ( coname int )
>
> should both give the same result. That's probably where the advantages end
> :-)
>
> I'll try and make time to improve on the design.
It currently doesn't seem to handle anything more complex than the
examples listed. WRT whitespace, it doesn't properly calculate line
nubmers (i.e. it totally ignores blank lines in its calculations).
There's always coding up the XML schema by hand, however. :)
--
Daniel Rall <[EMAIL PROTECTED]>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]