Hi Thank you for reading my post. I have a DTD for my xml files and also an XSD, sometimes I need to use the DTD and sometimes I need to use the XSD file for validation, what I am looking for is: if I use
<!DOCTYPE movies SYSTEM "movies.dtd"> in my document and the document contains some movies with the namespace prefix, is there any way to parse that document without receiving any error? Thanks. -- View this message in context: http://www.nabble.com/Is-it-possible-to-pars-a-document-with-mixture-of-namespace-prefix-and-plain-nodes--tp19153095p19153095.html Sent from the Xalan - J - Users mailing list archive at Nabble.com.