I have to read large (about 200MB) XML file, I'am using xmlreader with PHP. There is node URL with unescaped ampersand in it. Parsing always stops on first url NODE. I'm using encoding windows-1250 same as is specified in xml tag of XML file.
Iam getting error: parser error : EntityRef: expecting ';' in
Is it possible to parse an XML with & in value of NODE ?
Thank you for any tips, I can share a code if you need.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…