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

Subject: Re[2]: [xsl] sax or dom in XSLT procesing ?
From: Andrey Solonchuk <solo@xxxxxxxxxxxxxx>
Date: Wed, 29 Jan 2003 13:39:12 +0200
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@xxxxxxxxxxxxxx



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


Current Thread