xmlreader
XMLReader() in PHP - parsing attributes in multiple elements with the same name
Im using XMLReader to parse XML but i\'ve come across a situation where two elements have the same name and not sure how to deal with it[详细]
2023-02-25 12:52 分类:问答XMLReader Problem In Sencha Touch
Dear All, I Have Datas in XML (users.xml, it\'s from sencha docs example) <?xml version=\"1.0\" encoding=\"UTF-8\"?>[详细]
2023-02-25 11:03 分类:问答VB.NET reading XML file troubles
I am using the following code to parse a XML file of mine: Dim xml As String = \"<?xml version=\"\"1.0\"\" encoding=\"\"Windows-1252\"\"?>\" & _[详细]
2023-02-23 22:44 分类:问答Problem - XML declaration allowed only at the start of the document
xml:19558: parser error : XML declaration allowed only at the start of the document any solutions? i am using php XMLReader to parse a large XML file, but getting this error. i know the file is not w[详细]
2023-02-20 10:45 分类:问答Stack Overflow in XmlReader C#
this code throws me an error. I explain the error in the code: public partial class Util { public string LoadFunctions()[详细]
2023-02-14 03:20 分类:问答How to get the value in an xml section, and if not present set the value as null?
I have an xml file like this: <?xml version=\"1.0\" encoding=\"utf-8\"?> <EffectFile> <Effects>[详细]
2023-02-13 18:59 分类:问答How to omit the xml declarations when using XElement.Save?
XElement.Save actually does what I need but it starts the file with: <?xml version=\"1.0\" encoding=\"utf-8\"?>[详细]
2023-02-13 18:08 分类:问答How to use XMLReader/DOMDocument with large XML file and prevent 500 error
I have an XML file that is approximately 12mb which has about 16000 product\'s. I need to process it into a database; however, at about 6000 rows it dies with a 500 error.[详细]
2023-02-13 10:09 分类:问答XML end element is read twice using XMLReader with PHP
I want to read a XML file, using XMLReader but the END ELEMENT is twice called for each element during parsing.[详细]
2023-02-12 11:15 分类:问答XmlReader.ReadtoFollowing has state EndofFile why?
I\'ve produced this code to read an xml file from a string, however it has problems.Notably the ReadToFollowing() method returns nothing.It seems to seek the whole xmlstring, then set the XMLReader st[详细]
2023-02-12 02:20 分类:问答