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

Parser Used by XALAN XSLT

Subject: Parser Used by XALAN XSLT
From: "Rakesh Bajpai" <rakesh.bajpai@xxxxxxxxxxxx>
Date: Tue, 27 Apr 2004 18:34:48 +0530
xsl parser
Hi,
Can any body tell me which Parser XALAN uses?
Whether it is the DOM Parser or SAX Parser.

Best Regards,
Rakesh Bajpai
----- Original Message ----- 
From: "Zaneta Au" <zaneta.au@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, April 27, 2004 2:25 PM
Subject: Re:  Sorting in Ancient Greek


> Thank you for your reply David. We had thought of using translate, but as
> there is a 'lang' attribute we were wondering how it can be used. Could
> anyone tell us? Thanks
> 
> Zaneta
> 
> 
> > Date: Tue, 20 Apr 2004 16:37:44 +0100
> > To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > From: David Carlisle <davidc@xxxxxxxxx>
> > Subject: Re:  Sorting in Ancient Greek
> > Message-Id: <200404201537.QAA09376@xxxxxxxxxxxxxxxxx>
> >
> > sort order is processor specific, but there is a processor independent
> > way to achieve
> >
> >    the behaviour we would like is for the
> >    various different unaccented and accented alphas to be treated as
> >    equivalent for sorting purposes.
> >
> > just translate them all to be the same in the xsl:sort
> >
> > for example
> >
> > <xsl:sort select="translate(.,
> > '&#x3AC;&#x3B1;'
> > '&#x3B1;&#x3B1;'
> > )"/>
> >
> > will sort alpha with and without tonos accent as equal.
> > You just need to extend the two lists of characters...
> >
> > David

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.