vhardy 01/10/01 04:55:59 Added: samples/tests textPCDATA.svg Log: Exercises bug reported by Keiron Liddle: http://koala.ilog.fr/batik/mlists/batik-dev/archives/msg01601.html and shows it has been fixed. Revision Changes Path 1.1 xml-batik/samples/tests/textPCDATA.svg Index: textPCDATA.svg =================================================================== <?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> <!-- ========================================================================= --> <!-- Copyright (C) The Apache Software Foundation. All rights reserved. --> <!-- --> <!-- This software is published under the terms of the Apache Software License --> <!-- version 1.1, a copy of which has been included with this distribution in --> <!-- the LICENSE file. --> <!-- ========================================================================= --> <!-- ========================================================================= --> <!-- Validates that CDATA sections in <text> elements are supported. --> <!-- --> <!-- @author [EMAIL PROTECTED] --> <!-- @version $Id: textPCDATA.svg,v 1.1 2001/10/01 11:55:59 vhardy Exp $ --> <!-- ========================================================================= --> <?xml-stylesheet type="text/css" href="test.css" ?> <svg width="450" height="500" viewBox="0 0 450 500"> <g id="content"> <text class="title" x="50%" y="30">Character Data on <text></text> <!-- Simple case: CDATA only --> <g class="label" text-anchor="middle" transform="translate(225, 120)"> <text>CDATA only</text> <text fill="crimson" y="20"><![CDATA[<text> with a CDATA section]]></text> </g> <!-- text, CDATA, text --> <g class="label" text-anchor="middle" transform="translate(225, 180)"> <text>text, CDATA, text</text> <text fill="crimson" y="20" >Text first, then <![CDATA[CDATA section in <text>]]>, text again</text> </g> <!-- text, CDATA, tspan, CDATA, text --> <g class="label" text-anchor="middle" transform="translate(225, 240)"> <text>text, CDATA, tspan, CDATA, text</text> <text fill="crimson" y="20">text, <![CDATA[CDATA section in <text>]]>, <tspan fill="gold">tspan w/<![CDATA[CDATA section in <tspan>]]></tspan>, text again</text> </g> </g> </svg>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]