Andre Juffer <[EMAIL PROTECTED]> wrote on 02-05-2005 22:06:16:

> Hi Peter,
>
> thanks again. I already experimented with a XML file earlier today. It
> is really ridiculous: if I save the XML document generated by the
> original authenticator to file as (e.g.) /tmp/authentication.xml and
> modify the sitemap to:
>
>      <map:match pattern="authenticate">
>        <map:generate src="/tmp/authenticate.xml" />
>        <map:serialize type="xml" />
>      </map:match>
>
> the authentication works fine!

Look at the other lines I wrote:

> > If this works (it must!) there are only three possibilities left (that
I
> > can think of):
> > - the extra match <map:match type="request-parameter" pattern="userid">
is
> > wrong
> > - something in authenticate.xsl
> > - something fishy in the XML produced by the XML database.
> > I've never worked with XML databases, so I can't help you there.
> >

In particular, what happens if you add the extra match <map:match
type="request-parameter" pattern="userid"> into your simplified
"authenticate" pipeline above?

Cheers,
Peter


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to