|
From: Bruce M. <br...@mc...> - 2003-07-15 22:53:53
|
Jonathan,
I was looking at the above mentioned pipelinestage and was wondering if was
not better if we output XML that looks like:
<query>
<row>
<col number="1" name="act_avg_bal">3949.29</col>
<col number="2" name="act_cur_bal">839.23</col>
<col number="3" name="some_thing_else">FJDH</col>
</row>
...
</query>
as opposed to placing the name of the column from the metadata into the XML as
the element name of the column. The primary reason is that then we can write
a DTD or a Schema for it. It will also make XSLT a bit easier when the
Tables change.
regards,
Bruce.
|