List
Subject: RE: [OT] edit HTML code on fly using java
Hello
My project is sort of screen scrpaer (web facing on
AS400)
In this i want to add some features which are not
available in green screen, like adding some graphics
on the fly by modifying the response generated by web
facing tool
Any guidan
l
>
> -Original Message-
> From: Frank W. Zammetti [mailto:[EMAIL PROTECTED]
>
> Sent: Wednesday, April 06, 2005 10:06 AM
> To: Struts Users Mailing List
> Cc: user@struts.apache.org
> Subject: Re: [OT] edit HTML code on fly using java
>
> If your HTML is va
HTML code on fly using java
If your HTML is valid XHTML, you should be able to apply XSLT
transformations on it without too much trouble. But, this would be an
expensive operation per request, probably a VERY expensive one at that,
so
if it is something that is going to happen frequently I wouldn
If your HTML is valid XHTML, you should be able to apply XSLT
transformations on it without too much trouble. But, this would be an
expensive operation per request, probably a VERY expensive one at that, so
if it is something that is going to happen frequently I wouldn't go this
route. In fact, i
]
Sent: Wednesday, April 06, 2005 9:56 AM
To: user@struts.apache.org
Subject: [OT] edit HTML code on fly using java
Hi
does any one know a class or utility in java which
will allow to update or modify HTML code on the fly,
Here is what i am trying to do, i have a filter which
which intercepts the
Hi
does any one know a class or utility in java which
will allow to update or modify HTML code on the fly,
Here is what i am trying to do, i have a filter which
which intercepts the response before being send out to
browser, depending on some condition i want to modify
this response which is HTML c
6 matches
Mail list logo