in reply to XML file won't parse properly
One that comes to mind quickly: is there sth wrong with your DTD and/or charsets? (do you make it an I ISO-8859-1 by using
as the first line of your XML document, or do you really define all the entitties you use ... whatever ... please give more info<?xml version="1.0" encoding="ISO-8859-1"?>
| Regards | Stefan K |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: XML file won't parse properly
by brpsss (Sexton) on Apr 12, 2001 at 21:19 UTC | |
by gregor42 (Parson) on Apr 12, 2001 at 21:36 UTC | |
by brpsss (Sexton) on Apr 12, 2001 at 21:48 UTC |