El Jueves 10 Marzo 2005 19:22 escribiste: > It's actually clearer when you look at the formal definitions: > > document ::= prolog element Misc* [1] > prolog ::= XMLDecl? Misc* (doctypedecl Misc*)? [2] > XMLDecl ::= '<?xml' VersionInfo EncodingDecl? SDDecl? S? '?>' [3] > Misc ::= Comment | PI | S [4] > S ::= (#x20 | #x9 | #xD | #xA)+ [5]
Yes, it seems quite clear here, thanks. BTW, here there is the bug at mozilla.org: https://bugzilla.mozilla.org/show_bug.cgi?id=285605 Regards, César