On 09/07/2010 04:16 PM, Benoit Maisonny wrote:
> 2010/9/6 Hussein Shafie <[email protected] <mailto:[email protected]>>
> 
>     On 09/06/2010 03:43 PM, Yves Forkl wrote:
>     >
>     > Do I understand you right that in this situation there is no way
>     for our
>     > customer to escape that warning every time the schema cache is
>     being re-built,
>     > once caching is enabled?
> 
>     That's right.
> 
> 
> Just my 2 cents: I'm using a DTD with several namespace nodes declared
> on each element and I've never come upon this warning. The difference
> *might* be that we declare them with a FIXED value and not with variable
> CDATA.
> 

That's right. For example, XXE can cope with this:

<!ATTLIST root xmlns:myns CDATA #FIXED "http://www.acme.com/ns/foo/bar";>

It cannot cope with this:

<!ATTLIST root xmlns:myns CDATA #IMPLIED>

hence the warning.


 
--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to