xsl-list
[Top] [All Lists]

Re: [xsl] document function serving up server script XML

2007-02-24 11:53:55

On 2/23/07, Steve <subsume(_at_)gmail(_dot_)com> wrote:
In many places around my site--which deals with sensitive data--my XSL
calls upon the document function to ask a server script to retrieve
and serve up database results in XML.

This script does not execute SQL arbitrarily, but based on its passed
variables. However, this server script is set to ignore anything out
of the house (originating from IP other than 192.168.0.7).

Are you using the same server name that the XSL and main source XML come from? In other words, are you proxying the the result from the DB through the exact same virtual host?

If not, then you are hitting a browser security restriction.

best,
-Rob


While this isn't XSL, per se, I'm sure someone out there has a similar
method for getting live XML via document(). Or maybe its just bad
practice in principle to rely on it so heavily?

Thoughts, please!

-S


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--