Hi, I hope this post is relevant to this forum. I'm using Sun's implementation of StAX parser to parse some large xml files. The file size is about 1.5MB. I'm...
Hi all, I am using XPP3 to parse a document containing a custom namespace and use an XPath predicate to pull out an element, but XPP3 does not find the...
I tried to run the sample program of xpp3 MyXmlPullApp.java with parametr of a sample xml file containing external entities defined in dtd is failed to execute...
Hi, I am using the kXML API in particular the XmlSerializer however all my xml tags are generated with a prefix on them for example: If i was trying to...
Hi I'm stress testing an application that uses XPP3. I'm seeing the following stacktrace sporadically: java.io.EOFException: no more data available Thread-5:...
Hi! I am using Eclipse, and have added xpp3_min-1.1.4c.jar to be an external jar for my current Eclipse project. I have added imports for xmlPullParser as...
Hello, in my xsl file I have <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="xml" version="1.0"/> ... ...
hi, it is some time we did any modification to XmlPull API 1.1 (it is remarkably stable) but there are few minor issues and improvements recorded over years...
I am pleased to announce that I will be presenting at the Washington DC XML User Group this Wednesday 11-15-06. For directions and more information on this...
Hi, I have a requirement wherein I have to process a compressed file containing multiple xml files (lets say AllXMLs.tar.gz)....I have to parse all the XML...
Hi all, I'm using KXml for a while now, but I keep getting the same errors... I'll explain it with an example, when <test> is the currently parsed element, and...
ALT Mobile (http://altmobile.com) is pleased to announce the availability of the <alt> XML Studio v6. Providing XML-centric development tools for the...
Hi - here's a pom.xml for building xni2xml with Maven 2. It depends on the xmlpull api, which I don't think is in a Internet accessable repository. I had to...
Hi, I'm working with some software that uses xpp3 as its parser. However the software as it is designed doesn't allow me to have access to the parser factory....
Hi all, Are there any thoughts about updating the API to take advantage of the java.nio package, and/or read data in a non-blocking mode in general? This would...
Hello, I am trying to parse the following XML chunk to find the 'value' of node and 'action' : <iq type='set' to='responder@domain' id='exec1'> <command...
Hi Aleksander here is the XML file that i want to parse. <?xml version='1.0' encoding='iso-8859-1'?> <data> <poll pollid="1" pollquestion="whats ur name"> ...
hello everybody, how to parse the child element from the XML file by using KXML2. please help me out if anyone know the matter. thanks in advance rupak...
Hi, I was thinking about trying the Pull parsing so I wrote a simple app but I keep getting the error message saying that no valid class found ( the message...
Please i have problem using the java API XMLPULL. i have added the API to the CLASSPATH and some of the features are actually working well i am however unable...
Hi, We having a problem parsing a xml document to do the unMarshall method. It seems that if we have empty tags in the xml document it occurs this exception : ...
Hi, I have an xml which looks like <a> <tag></a> When I do nextToken() after I get the <a> start tag I get an ENTITY_REF event after which I need to to...
... you need to make sure that it is valid XML file - for example use XHTML valiator http://validator.w3.org/ HTH, alek -- The best way to predict the future...
I need a function that can extract a subtree. The function would be similar to the skipSubTree function but would return the subTree in a String. I don't see...
hi , i am planning to use xmlpull for an embedded system because its highly efficient.I tested the kxml2 impln and its really fast!.The problem is that my...
I am confused about how the xml v1 api properties work. I am using getProperty("http://xmlpull.org/v1/doc/properties.html#xmldecl-version ") to retrieve the...