Hi Amit,

Amit Srivastava wrote:
Using the below line multiple times is adding only one line break.
<flowLine xml:space="preserve"> </flowLine>

  I suspect this is because you are using the version in
the Batik Namespace? as opposed to the svg 1.2 version
(see samples/tests/spec12/text for examples of the 1.2,
the two are similar).

Using
<flowLine>&0x200B;</flowLine>

   Sorry it should be &#0x200B; (the # got dropped).

gives exception

[Fatal Error] GE_TE.xsl:316:33: The entity name must immediately follow the '&'
in the entity reference.

thx,
Amit




On Fri, 05 Aug 2005 Thomas DeWeese wrote :
 >Amit Srivastava wrote:
 >
 >>How can I add multiple line breaks.
 >
 >    The simplest thing to do is have a line with
 >'invisible' content.  You could use something like
 >a zero width space:  <flowLine>&0x200B;</flowLine>
 >or a normal space:  <flowLine xml:space="preserve"> </flowLine>
 >(you must have the 'preserve' otherwise it will collapse).
 >
 >>
 >>thanks,
 >>Amit
 >>On Fri, 05 Aug 2005 Thomas DeWeese wrote :
 >>  >Hi Amit,
 >>  >
 >>  >Amit Srivastava wrote:
 >>  >
 >>  >>Can we add line breaks in "flowtext" text?
>> >>I have variable length flowtext text. Then, I want to add text after few(fixed) lines dynamically after that text.
 >>  >
 >>  >    You can use the 'flowLine' element.  This is equivalent to the
 >>  >flowSpan element except it will move to the start of a new line
 >>  >unless it is already at the start of a new line (so multiple
 >>  >flowLine elements in a row will not cause multiple blank lines).
 >>  >
 >>  >    Be aware that this part of the SVG spec is in flux and may
 >>  >not become part of the standard.
 >>  >
 >>  >---------------------------------------------------------------------
 >>  >To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >For additional commands, e-mail: [EMAIL PROTECTED]
 >>  >
 >>
 >>
 >>
 >><http://clients.rediff.com/signature/track_sig.asp>
 >
 >
 >---------------------------------------------------------------------
 >To unsubscribe, e-mail: [EMAIL PROTECTED]
 >For additional commands, e-mail: [EMAIL PROTECTED]
 >



<http://clients.rediff.com/signature/track_sig.asp>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to