xsp to generate html tag containing html tag?

2004-01-23 Thread Tsui, Alban
Title: xsp to generate html tag containing html tag? Hi I have a xsp for generating html page. In the xsp page there is some java processing calling some external call to fetch a piece of xhtml and I want to directly output this from my xsp. However, xsp has to contain a root tag and

cocoon and svg rasteriser

2003-12-15 Thread Tsui, Alban
Title: cocoon and svg rasteriser Hi I am using cocoon 2.0.3. I have a transform to a xml file which contains a xlink to an cocoon pipeline for static images but it does not get rendered into jpeg. image xsl:attribute namespace=http://www.w3.org/1999/xlink

RE: cocoon and svg rasteriser

2003-12-15 Thread Tsui, Alban
Title: RE: cocoon and svg rasteriser yeah I found that extra / but still it doesn't work, thanks. I just wonder if I can resolve/expand this url: cocoon://svgdiagram/image.jpg via java in my xsp to the full one... http://server:port/cocoon/svgdiagram/image.jpg using come java call

right to left language - e.g. arabic, hebrew

2003-12-01 Thread Tsui, Alban
Title: right to left language - e.g. arabic, hebrew Hi I am using cocoon 2.0.3 to render utf-8 pages for many differnt languages. How would I add support for right to left languages? Basically I need something to reorder the td tags for tables so that items will become going from right to

XSP making call to fetch html to include for final output?

2003-11-19 Thread Tsui, Alban
Title: XSP making call to fetch html to include for final output? Hi I am thinking of writing an xsp page and internally it will try to make a POST request (hiding from the user that we are donig this...) to another web server to fetch a html page and serialises this back as my own html.

RE: javascript serializer?

2003-10-29 Thread Tsui, Alban
want jsut to read a .js use map:read -- stavros On Wed, 29 Oct 2003, Tsui, Alban wrote: Hi I am trying to set up a pipeline to generate a _javascript_ file. What serializer do I use? Text? I am using cocoon 2.0.3. Cheers Alban Join us at Cognos' biggest event of the year Enterprise

how to mount subsitemap based on request parameters?

2003-10-23 Thread Tsui, Alban
Title: how to mount subsitemap based on request parameters? hi I am having an url something like: http://server/cocoon?p1=x=y=z How do I define a pipeline in my main sitemap to determine which subsite map it should go to depending on the first parameter p1 and then passing all request

cocoon url redirection using action?

2003-10-23 Thread Tsui, Alban
Title: cocoon url redirection using action? Hi I want to do some redirection using map:mathc pattern=gateway map:act type=xsp-action src=""> map:redirect-to uri={gatewayredirectURL}/ /map:act /map:match Assuming the redirect url is generated by my action as above, would it

avalon-excalibur-vmxx-20020705.jar in cocoon 2.0.3?

2003-10-02 Thread Tsui, Alban
Title: avalon-excalibur-vmxx-20020705.jar in cocoon 2.0.3? Hi I understand that if I deploy cocoon2.0.3 into a JVM1.4 environment I need avalon-excalibur-vm14-20020705.jar instead of the vm12 version. But will avalon-excalibur-vm14-20020705.jar work under JVM1.3?? AT Join us at

using log4j in cocoon 2.0.3?

2003-10-02 Thread Tsui, Alban
Title: using log4j in cocoon 2.0.3? Hi is it possible to use log4j in cocoon 2.0.3 instead of the default one? AT Join us at Cognos' biggest event of the year Enterprise 2003, The Cognos Business Forum. Taking place in over 25 cities around the world, it's an opportunity for Business

can reader read external url?

2003-09-30 Thread Tsui, Alban
Title: can reader read external url? I want to set up a pipeline so that the reader will read in an url as svg and then it immediately pipes out bmp, for example: !-- the query string parameter for url is simply an url path to a svg image -- map:match pattern=*/svg2bmp?url="">

RE: can reader read external url?

2003-09-30 Thread Tsui, Alban
Title: RE: can reader read external url? Hi i tried the following but it doesn't work: map:match pattern=*/svg2bmp map:generate src=""> map:serialize type=svg2jpeg/ /map:match The reason I need url as a parameter because this url could be an image on a different server. I am using

native encoding for xsp page output

2003-07-17 Thread Tsui, Alban
Title: native encoding for xsp page output Hi I have posted a question on setting up html serializer with native encoding and I think I kind of understand that part. Within the xsp page, do I need to do something special to ensure such encoding or will the serializer can handle it

xsp to generate html page with different encoding?

2003-07-16 Thread Tsui, Alban
Title: xsp to generate html page with different encoding? hi I want to have a xsp to render a html page containing a form. The character encoding of the page (presumably this will affect the form as well) is determined by a external parameter, e.g. a request param saying something like en,

RE: dynamic encoding for html serialiser?

2003-07-16 Thread Tsui, Alban
amic encoding for html serialiser? You declare the encoding as part of the serializer config in the sitemap. if you need the same serializer to use different encodings in different pipelines, you need to declare the serializer once for each of the encodings with a different name each time.