Re: Carriage returns in HTML serialization

2003-02-11 Thread Antonio Gallardo
Mark H dijo: I'm having problems with HTML serialization: it's putting tags on a new line which is making a DIV section higher than it should be i.e. This is a browser issue, not a Cocoon issue. I recently buyed a nice book of HTML because I getted this kind if UFO errors. ;-) Source:HTML

Re: speeding up svg serialization?

2002-10-09 Thread lrs
Hi Joerg, From: Joerg Heinicke [EMAIL PROTECTED] Hello Leona, we use SVG generated PNGs at www.ekommunen.de too and the serialization is really fast except the very first request on a SVG serializer. I guess this is because of the first instantiation of Batik, but maybe somebody can say

Re: speeding up svg serialization?

2002-10-09 Thread Joerg Heinicke
HI Leona, lrs wrote: Hi Joerg, From: Joerg Heinicke [EMAIL PROTECTED] Hello Leona, we use SVG generated PNGs at www.ekommunen.de too and the serialization is really fast except the very first request on a SVG serializer. I guess this is because of the first instantiation of Batik

speeding up svg serialization?

2002-10-08 Thread lrs
Hi All, I have an application that is generating some labels for a table using svg. All it does is generate some text and rotate it 180. This is the sitemap fragement that applies to this function. map:match pattern=name.jpg map:generate src=gs.xml/ map:transform

Re: speeding up svg serialization?

2002-10-08 Thread Joerg Heinicke
Hello Leona, we use SVG generated PNGs at www.ekommunen.de too and the serialization is really fast except the very first request on a SVG serializer. I guess this is because of the first instantiation of Batik, but maybe somebody can say something more about this. Is it really a problem

RE: Transformation AFTER serialization.

2002-03-20 Thread Vadim Gritsenko
From: TREGAN Fabien [mailto:[EMAIL PROTECTED]] Have someone allready coded a serializer that : 1. use another serializer for, hem, serialization You want to delegate? That's non issue. Just implement Composable. 2. call a 'ByteStreamTransformer' that works on the produced stream

HTML Serialization and newlines

2002-03-19 Thread Corey Jewett
I'm using XSL to 'skin' XML content and translate it into XHTML. It works great as far as the output being valid XHTML and all my tags, scripts, etc. coming out in the browser source. The only problem I'm running into is the insertion of a newline after every element in my stylesheet. My table

Serialization of namespaces issue - after using org.apache.cocoon.xml.dom.DOMBuilder

2002-02-05 Thread Mark Leicester
correctly to the DOM, but when I serialize the DOM (say to System.out) I get: x:node/ i.e. no xmlns definition, what I want is: x:node xmlns:x=URI/ getNamespaceURI() on the element also returns null, so I am assuming it is in the DOM building, not the serialization. Any ideas

Re: serialization

2001-07-27 Thread sushil Bhattarai
I'm sending this again..Hope to get some reply this time. Thanks Hello, I am using a xsp page which outputs xml upon processing. I want to save the output xml in the server instead of just viewing it in the browser. What change do I need to make in the C2 sitemap so that the output is saved

Re: serialization

2001-07-27 Thread java guru
May be these suggestions are too primitive..but try if u want... 1. ur requirement i guess to trigger writing of xml file out to disk on server by a http request.. 2. Now what do u plan to send as response to http request?.. 3. If u still want to write from xsp to disk..then you might as well