On Tue, 19 Jan 2010 15:30:26 -0500, "Stamm, David-P45904" <dave.st...@gdc4s.com> wrote:
>Yes and no: in our context, in both problematic files, >and in other five files, the top-level elements have id >attributes with values = <no value>. And they still validated??? They shouldn't have; that would be a bug in the validator. In XML, the ID attribute cannot be empty, and must start with a letter (after which it can contain only letters, digits, hyphens, and underscore). You can just make it "x", or else remove it entirely. Also note that within any particular XML file, IDs must be unique; it's OK for IDs in different files to be the same. HTH! -- Jeremy H. Griffith, at Omni Systems Inc. <jer...@omsys.com> http://www.omsys.com/ _______________________________________________ You are currently subscribed to Framers as arch...@mail-archive.com. Send list messages to fram...@lists.frameusers.com. To unsubscribe send a blank email to framers-unsubscr...@lists.frameusers.com or visit http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com Send administrative questions to listad...@frameusers.com. Visit http://www.frameusers.com/ for more resources and info.