xmlreader
Detect two forms of empty elements in XML using .Net
I\'ve run into an issue with parsing XML in .Net where I need to be able to detect which form of empty element I have but can\'t seem to get this to work correctly.Essentially in the XML format I\'m p[详细]
2023-01-23 07:02 分类:问答How to create a XML with a Specific Encoding using XSLT and XMLWRITER
I am trying to apply a XSL style sheet on a source xml and write the output to a target xml file. The xsl removes the xml comments present inside the source xml.[详细]
2023-01-16 01:09 分类:问答How to read an XML file with an undefined namespace with XMLReader?
I\'m relatively new to parsing XML files and am attempting to read a large XML file with XMLReader. <?xml version=\"1.0\" encoding=\"UTF-8\"?>[详细]
2023-01-12 16:22 分类:问答Do I need to Dispose XmlReader if I Dispose its underlying Stream?
I have the following method GetData that creates a StreamReader from a file. private void GetData(string file)[详细]
2023-01-12 08:45 分类:问答XMLReader to read a text
<xhtml:li> content1content1content1content1content1content1content1content1 <xhtml:a href=\"234455\" doc.type=\"mt\">titlex</xhtml:a>[详细]
2023-01-11 11:55 分类:问答Problem reading files greater than 1GB with XMLReader
Is there a maximum file size the XMLReader can handle? I\'m trying to process an XML feed about 3GB large. There are certainly no PHP errors as the script runs fine and successfully loads to the data[详细]
2023-01-10 07:35 分类:问答SAXParser problem grabbing tag value with & character
I have a SAXParser with with an XMLReader. SAXParserFactory saxPF = SAXParserFactory.newInstance(); SAXParser sp = saxPF .newSAXParser();[详细]
2023-01-07 05:09 分类:问答Reading and writing to an XML - DTD error
I have a program where it reads and writes XML using XMLReader and XMLWriter XmlWriter writer = XmlWriter.Create(fullpath, settings);[详细]
2023-01-04 20:05 分类:问答ExtJS's XmlReader field mapping
I can\'t manage to get this Ext.data.XmlReader\'s CDATA field mappingto work. <script> var store = new Ext.data.Store({[详细]
2023-01-04 16:28 分类:问答Problem with parsing XML with iPhone app
I have a problem with a xml parsing. I have create a class for parsing. The xmlURL is correct (testing it from debug) but when i call the method parse the variable success become FALSE and a errorPars[详细]
2023-01-02 08:16 分类:问答