[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

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

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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.