xsl-list
[Top] [All Lists]

Re[2]: sax or dom in XSLT procesing ?

2003-01-29 04:39:12
Hello Oleg,

Wednesday, January 29, 2003, 10:58:37 AM, you wrote:
OT> Also Elliotte Rusty Harold in his "Processing XML with Java" provides many
OT> examples, e.g. see how to represent SQL table as SAX filter at 
OT> http://www.ibiblio.org/xml/books/xmljava/chapters/ch08s05.html.

Hi, I look at this example, its useful, but i didn't understood
at what influence this part of output, @xsi:type="xsd:string"@,
if it has some use in xslt transform or only extra atributes for
identification data only in xml, not transformation.

where XMLSchema* used??? i know nothing about it


<table xmlns:xsd="http://www.w3.org/2001/XMLSchema";
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <record>
    <field xsi:type="xsd:string" name="LastName">Anderson</field>
    <field xsi:type="xsd:string" name="FirstName">Beth</field>
  </record>
  <record>
    <field xsi:type="xsd:string" name="LastName">Austin</field>
    <field xsi:type="xsd:string" name="FirstName">Dorothea</field>
  </record>
  <record>
    <field xsi:type="xsd:string" name="LastName">Austin</field>
    <field xsi:type="xsd:string" name="FirstName">Elizabeth</field>
  </record>
  <record>
    <field xsi:type="xsd:string" name="LastName">Ayers</field>
    <field xsi:type="xsd:string" name="FirstName">Lydia</field>
  </record>
</table>


-- 
Best regards,
 Andrey                            mailto:solo(_at_)ibis(_dot_)odessa(_dot_)ua



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list