我有一个解析问题
InputSource intoSource = new InputSource( new StringReader( xml ) );
xml是String类型,其中属性将类似于<PrimaryInformation ShortDescription="Binder 1" Black"/>
DocumentBuilderFactory factory DocumentBuilderFactory.newInstance();
DocumentBuilder builder= factory.newDocumentBuilder();
解析构建器时出现问题
builder.parse( new InputSource( new StringReader( xml ) ) );
信息:MY EXP org.xml.sax.SAXParseException; lineNumber:2; columnNumber:93;与元素关联的属性名称“活页夹1” 类型PrimaryInformation必须后跟'='字符。
是的,我们可以看到该解析问题。 任何指针在这里谢谢!
试图替换为“ e;尝试逐个字符地迭代并替换