Subject: Re: XSLT & SQL
From: "Charles Knell" <cknell@xxxxxxxxxx>
Date: Thu, 11 Jul 2002 14:15:31 -0700
|
Ask him how he is going to produce a PDF file using ANSI standard SQL.
--
Charles Knell
cknell@xxxxxxxxxx - email
---- "E L" <pappis3d@xxxxxxxxxxxx> wrote:
> Someone told me that he can do *any* XSLT transformation in SQL. Here's
> the
> premise: any input XML document can be represented by one or more tables;
> likewise for the output XML document. The XSLT can be replaced with
> an SQL
> insert statement, selecting from the input and inserting to the output
> (e.q., any XPath expression can be expressed by a similar WHERE clause
> in a
> SELECT statement).
>
> I can see it's possible for simple document. Are there instances where
> this
> would not be possible?
>
> Thanks.
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|