You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Andres Taborda <at...@saludcolombiaeps.com.co> on 2004/05/29 19:03:38 UTC

question xsp

List have this problem respect to visualization.

want to view my page1 how:

page1  ->  html + svg (image png)

my page have code xml and use cinlude of other document with code svg.

My problem is howto for what code xsp and xsl visualize
the block how image svg (ó png,jpeg).

My page1 basically is an form what into values, after make click in 
button submit  display information html and the column lefth generate a 
figure png.

I use for this xsp for capture request parameters of the form and svg 
for generate figure, logically this image convert to png.


The result obtained is code HTML + codificacion text of svg.

some can help me.

-- 
Cordialmente,

Andres Taborda
Departamento de Sistemas
http://www.saludcolombiaeps.com.co
email:ataborda@saludcolombiaeps.com.co
SaludColombia E.P.S. - Una Sola Familia
Calle 5C # 43-05 Tequendama
Telefono : 57 (002) 551 04 89 - 57 (002) 551 04 90 Ext 119
Cali - Colombia


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: question xsp

Posted by Paul Russell <wo...@paulrussell.org>.
... and if you get stuck, I wrote the original version of that code 
about three years ago, so may be able to offer assistance if it's not 
changed too much!

Paul

On 1 Jun 2004, at 19:15, Andres Taborda wrote:

> hello askild,
>
> Thanks very much for suggestion.  It  will study the fragment 
> extractor generator.
> if found the solution to my problem send the example.
>
> bye.
-- 
Paul Russell
work@paulrussell.org


Re: question xsp

Posted by Andres Taborda <at...@saludcolombiaeps.com.co>.
hello askild,

Thanks very much for suggestion.  
It  will study the fragment extractor generator.
if found the solution to my problem send the example.

bye.



Askild Aaberg Olsen wrote:

>If I understand your problem correctly 
>
>  -> "visualizing both the HTML *and* the SVG from *one* request with
>paramters",
>
>then the Fragment Extractor Generator/Transformer-pair is for those cases.
>It is not well documented
>(http://cocoon.apache.org/2.1/userdocs/generators/extractor-generator.html),
>and I have not used it myself, but a search in the archives should provide
>some hints.
>
>Another option would be to add the request parameters from the form in the
>src-attribute of the <img>-tag in the resulting HTML.
>
>Askild
>-
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
>For additional commands, e-mail: users-help@cocoon.apache.org
>
>
>  
>


-- 
Cordialmente,

Andres Taborda 
Departamento de Sistemas
http://www.saludcolombiaeps.com.co
email:ataborda@saludcolombiaeps.com.co
SaludColombia E.P.S. - Una Sola Familia
Calle 5C # 43-05 Tequendama
Telefono : 57 (002) 551 04 89 - 57 (002) 551 04 90 Ext 119
Cali - Colombia



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


RE: question xsp

Posted by Askild Aaberg Olsen <as...@xangeli.com>.
Andres Taborda wrote:
> List have this problem respect to visualization.
> 
> want to view my page1 how:
> 
> page1  ->  html + svg (image png)
> 
> my page have code xml and use cinlude of other document with code svg.
> 
> My problem is howto for what code xsp and xsl visualize
> the block how image svg (ó png,jpeg).
> 
> My page1 basically is an form what into values, after make click in 
> button submit  display information html and the column lefth 
> generate a 
> figure png.
> 
> I use for this xsp for capture request parameters of the form and svg 
> for generate figure, logically this image convert to png.
> 
> 
> The result obtained is code HTML + codificacion text of svg.
> 
> some can help me.

If I understand your problem correctly 

  -> "visualizing both the HTML *and* the SVG from *one* request with
paramters",

then the Fragment Extractor Generator/Transformer-pair is for those cases.
It is not well documented
(http://cocoon.apache.org/2.1/userdocs/generators/extractor-generator.html),
and I have not used it myself, but a search in the archives should provide
some hints.

Another option would be to add the request parameters from the form in the
src-attribute of the <img>-tag in the resulting HTML.

Askild
-


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org