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]

getting parsed documents through the document function


I have a problem I'm not sure how to solve gracefully, I'm using the
document() function in a xslt stylesheet for aggregating xml data from
several locations, the thing is that some of the external documents
referenced are database generated rather than static documents so I need to
call an asp or aspx file that spits out the xml.

The problem however is that document seems to load the source of the
document instead of parsing it before loading it so the actual asp code gets
processed, any way around this? I'm running under msxml3.0 and .Net...


Best regards
---
Mattias Konradsson


 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]