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: getting parsed documents through the document function


Mattias,
The only thing I can think of that will cause this is if you access your
asp directly instead of through iis. So change the location to something
like document('http://someplace/some.asp') instead of
document('some.asp')

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml


> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com 
> [mailto:owner-xsl-list@lists.mulberrytech.com] On Behalf Of 
> Mattias Konradsson
> Sent: 24 November 2001 11:21
> To: xsl-list@lists.mulberrytech.com
> Subject: [xsl] 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
> 
> 


 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]