XQuery is XML Query Language,

posted 10:11AM Mar 10, 2005 with tags by Lars Trieloff

not XML Transformation Language. The article Comparing XSLT and XQuery uses a problem tailored at XSLT to compare XSLT and XQuery. If your task involves transforming a complete document into a HTML or XML representation, you should certainly use XSLT. If your task is to extract some parts of a document and rearrange contents to match an application-specific XML vocabulary, you should use XQuery.

Transforming a complete document requires to load the complete document into memory. If you just want to extract some parts, the XQuery-processor can easily leverage XML-indexes and speed up the transformation.

| Comments[1]

Comments:

[Trackback] In a 3-tier model (introduced by SAP back in the 80's?) you would typically find XQuery statements in the data-server-tier (as stored queries) or in the application-server-tier. XSLT scripts would be found either in the application-server-tier or, sinc...

Posted by Martins Notepad on March 11, 2005 at 05:48 PM CET #

Post a Comment:
Comments are closed for this entry.