Modern DOM library written in PHP for HTML documents
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
269 B

#fragment
| <fake_ns test:test>
#output
<test:test></test:test>
#fragment
| <fake_ns test:te<st>
#output
<test:te<st></test:te<st>
#fragment
| <test<test>
#output
<test<test></test<test>
#fragment
| <span>
| test<test="test"
#output
<span test<test="test"></span>