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]

Including an external xml source via http


After searching through the archives I found plenty of posts about including
external xml sources into an xsl tranformation but they were all referring
to external files on the same filesystem as the stylesheet using the
document() function.  What I am trying to do is to include an external xml
file via http.

ie, document('http://www.example.com/something.xml')

Is this at all possible?  I'm using sablotron 0.95 (via PHP) and have not
had any luck so far.  I'm telling a bit of a lie actually.  The external xml
file is on the same filesystem as the xslt file and in the same directory,
but I need it to include via apache because its dynamically generated by
PHP.

-Dan




 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]