Sign in
fuchsia
/
third_party
/
libxml2
/
514ab399550a9bfcd4a5eb60e921d06a1d38af9e
/
.
/
test
/
errors
/
content1.xml
blob: 7264694bf789d335752a1c632d33306ebdcf78e3 [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
?>
<!DOCTYPE root [
<!ELEMENT root (#PCDATA)>
<!ELEMENT a ANY>
<!ELEMENT b ANY>
<!--* missing closing bracket in choice *-->
<!ELEMENT aElement (a |b * >
]>
<root>
Any content
</root>