Thanks, [EMAIL PROTECTED] Do you mean that you can have HtmlGenerator operate on a request attribute? If i understand that correctly, that would mean you can read your html from a POST request. That wouldn't help, because I want that html from the old server. You know, send it a http request like
GET http://old-server/legacy.html HTTP/1.1 accept-language: nl, en-us etc.
I browsed the source oif HtmlTransformer, and it also has a parameter copy-parameters, but that wouldn't help me either, it just copies the query-string at the end of the src attribute.
Or am I totally missing something?
If you're happy reading the sources, then make yourself another HTMLTransformer, that extends the previous one, giving it the functionality you require.
Regards, Upayavira
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
