
|
Getting Your First Output.. ... can be frustrating! Invalid XML can be hard to debug: Missing ’s, overlapped elements etc are not easy to find Catch 22 situation when tools that would help... won’t read in your broken XML Advice: If starting from scratch on a new project: XMLmind + plug-in makes it very difficult to write broken XML If you are converting an old project: Use the validator (see tools): Does better error messages (although xml2rfc is much improved) Start with strict="no" when using xml2rfc See multiple warnings per run (instead of one fatal error) |