Subject | RE: [Firebird-Architect] Firebird and XML |
---|---|
Author | Simon Carter |
Post date | 2004-12-22T06:23:01Z |
> I was actually concerned about mixing free form text (likeIts not free text it's the text for the <table> node which is valid, I can
> 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>
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/