Hi all,

I might have a bug report for the xml.syntax vocabulary. Assigning the
name space attribute doesn't work the [XML syntax.

So for example:

"http://schemas.openxmlformats.org/package/2006/content-types";
[XML <tag xmlns=<->></tag> XML]

yields the following error:

Bad store to specialized slot
value T{ interpolated f f }
class nullable-string

However:
[XML 
<tag xmlns="http://schemas.openxmlformats.org/package/2006/content-types";>
        </tag> 
XML] 
works just fine.

I don't know if this is actually a bug or if I'm doing something wrong.

Best,
-phil


------------------------------------------------------------------------------
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to