L
Larry
Hi guys,
I'm having trouble with the following code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE db
[
<!ELEMENT db (title)>
<!ELEMENT title (#PCDATA)>
]>
<db>
<title>"%%&&&hello!!!"</title>
</db>
It doesn't work at all...any suggests would be appreciateds, thanks
I'm having trouble with the following code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE db
[
<!ELEMENT db (title)>
<!ELEMENT title (#PCDATA)>
]>
<db>
<title>"%%&&&hello!!!"</title>
</db>
It doesn't work at all...any suggests would be appreciateds, thanks