Subject RE: [Firebird-Architect] Firebird and XML
Author Simon Carter
> I was actually concerned about mixing free form text (like
> sql statement) with having a tag (like <Row>) on the same
> level. Wouldn't the following be more appropriate or standard:
>
> <Table>
> <sql>SELECT * FROM ...etc.</sql>
> <Row>
> ...etc.
> </Row>
> </Table>

Its not free text it's the text for the <table> node which is valid, I can
see where your coming from though :-)

When I wrote it, it was for a specific internal purpose, I will look at
changing it though, but probably to something like:

<table>
<source type="sql">
SELECT ....
</source>
<rows>
<row>
...
</row>
<row>
...
</row>
</rows>
</table>

Rgds

Si Carter
TECT Software Ltd
http://www.tectsoft.net/