HI everyone, i dont know if understood well the documentation, but i use setExtrnalSchemaLocation to set the DTD sth like this: use setExtrnalSchemaLocation(./my.DTD); setValidationScheme(DOMParser::Val_Auto);
but it simply doesn't work because no validation is done. And when i set: setValidationScheme(DOMParser::Val_Always); then i get many errors like 'unknown element ...' and so on. the worst is when i do: getFormattedContentModel(); and i get 'ANY' ??? What is wrong with my code? I know it's probably because i don't understand sth. Please help me. Pozdrawiam serdecznie Jaro Glapski <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
