|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re[2]: sax or dom in XSLT procesing ?
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








