Kevin --
Did this fix your problem?
Gary
"Kevin A. Burton" wrote:
>
> [EMAIL PROTECTED] wrote:
>
> > ="xalan://org.openprivacy.reptile.extensions.LogExtension"
> >
> >> exclude-result-prefixes=""
> >> version="1.0">
> >>
> > Don't you need to define extension-element-prefixes="log" as an
> > attribute
> > on xsl:stylesheet?
> >
> Ug... Good point. I guess I was under the impression that you didn't
> have to do this with with the abbreviated syntax. Realisitically
> xalan could reduce code complexity by automatically detecting
> namepaces which start with xalan:// and make them extensions.
>
> Guess I am hoping for too much... :(
>
> Kevin