blob: 2a6cd92973074aa52e9344dfbe1bc1eb3fe3f9e8 [file] [log] [blame]
ALERT: foo:name is one and should be one
ALERT: bar:name is two and should be two
ALERT: name is three and should be three
ALERT: node is child and should be child
ALERT: <foo:root xmlns:foo="urn:foo-ns" foo:type="test"><child foo:name="one" xmlns:bar="urn:bar-ns" bar:name="two" name="three"/></foo:root>
<div xmlns="http://www.w3.org/1999/xhtml" id="input">
<div>
<foo:node xmlns:foo="http://foo.com" xmlns="http://baz.com" foo:name="foo_name" xmlns:bar="http://bar.com" bar:name="bar_name">
<node foo:name="foo_name">
<bar:node xmlns:bar="http://bar2.com"/>
</node>
</foo:node>
</div>
<bar:node xmlns:bar="http://bar.com">
<br />
</bar:node>
</div>