This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Re: XSLT & SQL


> One advantage may be that SQL may perform the job faster than XSLT.

In some cases it almost certainly will, like if you have two large
tables and you are trying to do a join.

In other cases it certainly won't, like if you have deeply hierarchic
mixed content and you are trying to render it as HTML.

I suspect your friend is so locked into the two-dimensional mindset of
SQL (it's surprising how often one sees XML documents that stick rigidly
to these constraints) that s/he has simply failed to see that a lot of
real world information is very difficult to represent in tabular form.

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com  


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]