Re: [SVG1.0] no tspan allowed inside an anchor?

In a message dated 17/08/2002 16:17:45 GMT Daylight Time, 
tobiasreif@pinkjuice.com writes:


> 
> > <!ELEMENT tspan 
> > 
> (#PCDATA|desc|title|metadata|tspan|tref|altGlyph|a|animate|set|animateColor
> >                 %tspanExt;)* >
> 


<snip/>

> The question is not answered,

Tobi,

The question was answered and if you had visited the URL I gave you, 
http://www.XMML.com/ (third minpage) you would have seen it demonstrated too.

<tspan>
 <a>
  whatever text
 </a>
</tspan>

Since you posted a DTD extract I assumed you could read a DTD, without 
needing to have it explained to you. Notice above that the a element is 
allowed as content of a tspan element.

Andrew Watt

Received on Saturday, 17 August 2002 11:25:01 UTC