Good afternoon!

not really an XML Mind question, since the same code is also rejected by 
Mozilla ... but I was wondering whether you might happen to know whether 
there's a workaround for what looks like an svg problem: I have a handwritten 
SVG test diagram (one of quite a lot I would like to use in XML Mind/DITA) 
where a symbol is defined once in the <defs> and then called in many place with 
<use>

Illustrator opens the graphic without complaining, but Mozilla and XML Mind 
object; XML Mind says
The prefix "xlink" for attribute "xlink:href" associated with an element type 
"use" is not bound.

As far as I understand, this must be because <use> is being seen as an element 
rather than an instruction.

Niels Grundtvig Nielsen
technical author T&P
you know what you're talking about - I can help you say it

<svg width="540" height="720" xmlns="http://www.w3.org/2000/svg"; 
xmlns:svg="http://www.w3.org/2000/svg";>
<defs>
<g id="boxes">
<rect id="lightBox1" x="3" y="0" height="17" width="108" stroke-weight="0.25px" 
fill="none" stroke="#ddd"/>
<rect id="lightBox2" x="144" y="0" height="17" width="108" 
stroke-weight="0.25px" fill="none" stroke="#ddd"/>
<rect id="lightBox3" x="288" y="0" height="17" width="108" 
stroke-weight="0.25px" fill="none" stroke="#ddd"/>
<rect id="greyBox1" x="3" y="0" height="17" width="108" stroke-weight="0.25px" 
fill="#eee" stroke="#ddd"/>
<rect id="greyBox2" x="144" y="0" height="17" width="108" 
stroke-weight="0.25px" fill="#eee" stroke="#ddd"/>
<rect id="greyBox3" x="288" y="0" height="17" width="108" 
stroke-weight="0.25px" fill="#eee" stroke="#ddd"/>
</g>
</defs>
<!-- boxes: y offset increments by 18 -->
<!-- col 1 top -->
<use y="0" xlink:href="#lightBox1" />
<use y="16" xlink:href="#greyBox1" />
<use y="34" xlink:href="#lightBox1" />
<use y="52" xlink:href="#lightBox1" />
<use y="70" xlink:href="#lightBox1" />
<use y="88" xlink:href="#lightBox1" />
</svg>


________________________________

Worldline SA/NV - Chaussee de Haecht 1442 Haachtsesteenweg
- 1130 Brussels - Belgium
RPM-RPR Bruxelles-Brussel - TVA-BTW BE 0418.547.872
Bankrekening-Compte Bancaire-Bank Account 310-0269424-44
BIC BBRUBEBB - IBAN BE55 3100 2694 2444

"The information contained in this e-mail and any attachment there to be 
confidential and may contain information which is protected by intellectual 
property rights.
This information is intended for the exclusive use of the recipient(s) named 
above.
This e-mail does not constitute any binding relationship or offer toward any of 
the addressees.
If you are not one of the addressees , one of their employees or a proxy holder 
entitled to hand over this message to the addressee(s), any use of the 
information contained herein (e.g. reproduction, divulgation, communication or 
distribution,...) is prohibited.
If you have received this message in error, please notify the sender and 
destroy it immediately after.
The integrity and security of this message cannot be guaranteed and it may be 
subject to data corruption, interception and unauthorized amendment, for which 
we accept no liability."
--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to