g1smd

msg:563287 | 9:25 pm on Aug 11, 2003 (gmt 0) |
Have you tried [validator.w3.org...] first, just to verify that it isn't some typo somewhere? Worth trying that first.
|
jlr1001

msg:563288 | 9:39 pm on Aug 11, 2003 (gmt 0) |
Since I'm talking about straight XML, and the validator only seems to work with HTML/XHTML, I'll end up giving myself another migraine using it. Thanks for the suggestion, though. Validation is a key reason behind many "coding" issues. -jlr1001
|
macrost

msg:563289 | 10:15 pm on Aug 11, 2003 (gmt 0) |
jlr, Could you post the xml and a snippet of the data island that you are having a problem with? Is the data island not pulling the xml source? Oh wait, you said when you remove the DTD then it works... post the DTD and the XML and I will see if I can possibly figure out what is going on. Mac
|
jlr1001

msg:563290 | 3:11 am on Aug 12, 2003 (gmt 0) |
Macrost, thanks for any help you can give. Here's an example of the DTD and the xml coding . . . I can import the xml into an IE data island, except for the URL, until I reference the DTD. Then IE doesn't display anything. <!DOCTYPE test [ <!NOTATION link system "text/html"> <!ELEMENT a (#PCDATA)> <!ATTLIST a xml:link CDATA #FIXED "simple" href CDATA #REQUIRED inline (true¦false) true content-role CDATA "" content-title CDATA "" title CDATA "" role CDATA "" actuate (user¦auto) user show (new¦replace¦embed) replace behavior CDATA "" > ]> And here would be a sample of the xml code: <?xml version="1.0"?> <test> <name>John Doe</name> <city>London</city> <link><a href="http://www.yahoo.com">website</a></link> </test> Thanks again. -jlr1001
|
|