Search:
Login
Preferences
Register
Forgot your password?
Home
Timeline
Search and View Tickets
Context Navigation
Back to Ticket #10713
Ticket #10713
: test.xml
File test.xml,
182 bytes
(added by
Tim Kosse
,
9 years ago
)
A completely valid XML file, with DTD.
Line
1
<?xml version="1.0"?>
2
<!DOCTYPE root [
3
<!ELEMENT root (foo)>
4
<!ELEMENT foo (#PCDATA|bar)*>
5
<!ELEMENT bar (#PCDATA)>
6
]>
7
<root>
8
<foo>
9
<bar>hello</bar>this is valid</foo>
10
</root>
Download in other formats:
Original Format