Thank-you very much! now I understand a bit better about the importance of the 
namespace ... and, of course, the graphic displays as intended as soon as I 
open XML Mind :-}

N

-----Original Message-----
From: Hussein Shafie [mailto:huss...@xmlmind.com]
Sent: maandag 12 oktober 2015 15:21
To: GRUNDTVIG NIELSEN Niels AWL-T&P
Cc: 'xmleditor-support@xmlmind.com'
Subject: Re: [XXE] namespace problem with svg [TYPO FIXED]

> The prefix "xlink" for attribute "xlink:href" associated with an
> element type "use" is not bound.

No. It's simple than this. [...]  To fix the problem, simply change first line 
from:

---
<svg width="540" height="720" xmlns="http://www.w3.org/2000/svg";
xmlns:svg="http://www.w3.org/2000/svg";>
---

to:

---
<svg width="540" height="720" xmlns="http://www.w3.org/2000/svg";
xmlns:svg="http://www.w3.org/2000/svg";
xmlns:xlink="http://www.w3.org/1999/xlink";>
---

That is, properly declare the "xlink" prefix.


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