Scott,
Could I use this then to get the transformer (as opposed to set it)? Do
you know what property that might be?
I am using templates and creating the XMLFilter with the newXMLFilter(
Templates ) method of the TransformerFactory.
[EMAIL PROTECTED] wrote:
>
> Are you implementing a XMLFilter?
>
> Can't you use setProperty (String name, Object value) to set the
> transformer?
>
> -scott
>
>
> Claude Warren
> <claude@histio To: "[EMAIL PROTECTED]"
><[EMAIL PROTECTED]>
> .org> cc: (bcc: Scott Boag/CAM/Lotus)
> Subject: Parameters in XMLFilter?
> 09/14/2001
> 09:49 AM
> Please respond
> to xalan-dev
>
>
>
> This may be the wrong list but....
>
> Is there anyway to access the Transformer inside of an XMLFilter? I
> want to set some parameters for some extension elements. I know that
> the extensions are not "standardized" but still it would be nice to have
> such access.
>
> I am not able to set the parameters until just before parsing begins as
> I do not have the values until then.
>
> Claude Warren