Re: [xsl] accessing info outside current context

Subject: Re: [xsl] accessing info outside current context
From: "cutlass" <cutlass@xxxxxxxxxxx>
Date: Mon, 22 Oct 2001 16:56:30 +0100
what parser are u using, as sablotron for example does not support the http
protocol for document().

cheers, jim fuller

----- Original Message -----
From: "Pekarek, Rose (MN10)" <rose.pekarek@xxxxxxxxxxxxx>
To: "'Jeni Tennison'" <jeni@xxxxxxxxxxxxxxxx>
Cc: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, October 22, 2001 4:56 PM
Subject: RE: [xsl] accessing info outside current context


> Jeni,
>
> The document function chokes on the url below because it is expecting the
> url to point to a file (I think).  The first part of the url,
> http://hbcora59/psr/Viewer is a call to the discoverer server, and the
> result is an xml document, but somehow this isn't good enough for the
> document command.  I changed my approach by integrating a .xsql file that
> queries a workbook access table.  It works now!
>
> Thanks for your help.
>
> Rose
>
> -----Original Message-----
> From: Jeni Tennison [mailto:jeni@xxxxxxxxxxxxxxxx]
> Sent: Friday, October 19, 2001 3:56 AM
> To: Pekarek, Rose (MN10)
> Cc: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx '
> Subject: Re: [xsl] accessing info outside current context
>
>
> Hi Rose,
>
> > Is there any way to use the document command using a URL instead of
> > a directory path?
>
> The document() function always takes a URL, it's just that sometimes
> URLs look like directory paths. So doing:
>
>
>
document('http://hbcora59/psr/Viewer?_but=Connect&db=dwbspt11&nlsl=en-us&in=
> dwb&_in=dwb&lc=false&us=rpekarek&fm=xml&ac=rpekarek')
>
> will work just fine.
>
> Cheers,
>
> Jeni
>
> ---
> Jeni Tennison
> http://www.jenitennison.com/
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread