Hi!
I am trying to dynamically create the URL which will be set as a value of "SRC" attribute of <map:transform> element.
The dynamic parts of the URL are some of the elements of XML returned
by generator.
May be somebody knows the way how to retrieve the elements of XML returned by generator and then use them
to generate URL for transformer.
There's a problem about this approach: It's all about SAX, so the transformation already starts when your generator is still working. So you have to know the URL for the transformer before the generator is able to generate the XML data that you want to use for the transformer URL.
-- Andreas
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
