55
edits
| Line 87: | Line 87: | ||
if (s->matches ("<?xml", 5)) ... | if (s->matches ("<?xml", 5)) ... | ||
else if (s->matches ("<![CDATA[", 9)) ... | else if (s->matches ("<![CDATA[", 9)) ... | ||
if (s->indexOf (":")) < 0) ... | if (s->indexOf (":")) < 0) ... | ||
edits