Search found 2 matches

by adam
Sun Nov 04, 2018 9:46 am
Forum: General XML Questions
Topic: Simple validation question.
Replies: 2
Views: 2415

Re: Simple validation question.

That confirms exactly what I had down, thanks so much!
by adam
Sat Nov 03, 2018 3:44 am
Forum: General XML Questions
Topic: Simple validation question.
Replies: 2
Views: 2415

Simple validation question.

Hi I'm new to this forum and know this is probably really simple, but I cant work out how to make this code a valid XML document. Any help would be greatly appreciated. <?xml version=”1.0” encoding=”UTF-8”?> <!DOCTYPE eMail [ <!ELEMENT eMail (to+, from+, topic?, message*)> <!ELEMENT to (#PCDATA)> <!...