0
votes
0answers
5 views

DOMException.HIERARCHY_REQUEST_ERR after calling log4j DOMConfigurator.doConfigure

I'm getting the exception while invoking the WebService in JUnit test: org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: Es wurde versucht, einen Knoten an einer nicht zulässigen Stelle ...
0
votes
1answer
31 views

Strange XML indentation

So I'm writing an XML file, and the tabbing is coming out slightly wrong : <BusinessEvents> <MailEvent> <to>Wellington</to> ...
0
votes
1answer
46 views

Getting attributes values from a node in XML file

I have an XML file and i want to get values of the nodes attributes in it, it works efficiently when the node is usual but is the case of nodes named like something:something it didn't give me back ...
0
votes
1answer
14 views

Uniting NodeLists in DOM (java)

Here's my code: private NodeList union(NodeList left, NodeList right){ NodeList result=null; try{ DocumentBuilderFactory domFactory = DocumentBuilderFactory.newInstance(); ...
1
vote
0answers
31 views

Append to an XML file

I am writing some data to an XML file. Here is the code: try { DocumentBuilderFactory docFactory = DocumentBuilderFactory.newInstance(); DocumentBuilder docBuilder = ...
0
votes
2answers
18 views

Unable to read xml with namespace prefix using DOM parser

This is the input XML: <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <ns2:SendResponse ...
0
votes
1answer
20 views

An error in parsing a document

I have an error while converting an InputStream into a Document, i'm using the DocumentBuilder and i made imports the following way but i have a incompatible types error. the code : import ...
3
votes
3answers
55 views

Parse XML into DOM tree with custom object implementations in Java

I want to parse an XML document into a DOM tree in Java such that certain objects (e.g. instances of org.w3c.dom.Node or org.w3c.dom.Element) in the tree can be downcast to instances of classes that I ...
-1
votes
1answer
28 views

Find whether a particular node value changed in XML

How to find whether a particular node value changed in XML? I have 2 XML files source.xml and destination.xml which are derived from same XSD. I want to know whether particular node value has ...
0
votes
1answer
16 views

Get number of defined element attributes in xml schema

I'm using Apache Xerces to parse xml and from some reasons I would need to find how many attributes an element has defined in xsd. element.getAttributes just gives me all present attributes. Any idea ...
1
vote
2answers
35 views

How do I efficiently manage the various conversion tasks?

I am making a video converter as a holiday project. I was planning on using an XML file to represent the pending tasks so the user can save the tasks. here is what it will look like: <?xml ...
1
vote
2answers
22 views

how to “rename” an xml element

I have trouble moving a node contents(all its children) to another one (edit: with the order being kept): Document document = pathoNode.getOwnerDocument(); Element renamedNode = ...
0
votes
0answers
24 views

Processing elements attributes

I have this xml: <Root> <BTS processid="28" processdesc="בחירת שמאי / מוסך" statusdesc="TEST1" statusid="1099" requesteventts="2013-03-20 11:39:23.053120"> <btsstatusconv ...
0
votes
1answer
21 views

cvc-complex-type.3.2.2: Attribute xsi:schemaLocation is not allowed to appear in <people> in Java DOM

I am attempting to validate my XML using XSD in Java by using DOM validator. Although, manually, I know that the document is indeed valid, DOM validator shouts back at me and says: ...
-2
votes
0answers
44 views

Generating XML parsing code in Java [closed]

I need a tool that generate XML parsing code (DOM) in Java. I can't use JAXB or other tools because I'm using GWT, for that I need to access the DOM directly.
0
votes
0answers
15 views

Merge dom.Documents based on conditions [closed]

So, I have a base xml document as Document object in java. For example: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <Values version="2.0"> <value ...
0
votes
2answers
47 views

javascript get parameters when hover href inside a loop

I have the following problem: var xmlhttp = new getXMLObject(); //xmlhttp holds the ajax object $(function() { $('a.popper').hover(function(e) { if(xmlhttp) { ...
0
votes
1answer
55 views

Get url parameters without splitting [duplicate]

Is there somebody who can get the Parameters from the a href class="popper" without manipulating them (in javascript) <a ...
0
votes
0answers
25 views

Jelly Bean loading assets

I've been testing my android app on the 2.3 OS, and until recently when I tested it on 4.1 all worked perfectly. My problem is that I load some XMLs from the asset folder and on the 2.3 all files are ...
1
vote
2answers
34 views

Why doesn't NodeList extend Collection or Iterable?

Perhaps this isn't exactly a programming question. But... Why is org.w3c.dom.NodeList not an extension of java.lang.Iterable interface? It sounds so counter-intuitive to me. Especially because the ...
0
votes
4answers
64 views

What's the fastest way to deserialize and serialize an xml document?

I'm using java 6 and processing some xml documents which are pretty large...I need to parse them and modify some values and then serialize back to the disk. I used org.w3c.DOM to deserialize the xml ...
0
votes
1answer
49 views

Why my DOM parser cant read UTF-8

I have problem that my DOM parser can´t load file when there are UTF-8 characters in XML file Now, i am aware that i have to give him instruction to read utf-8, but i don´t know how to put it in my ...
0
votes
2answers
34 views

Ignore org.xml.sax.SAXParseExceptions when transfer xml string to org.w3c.dom.Document?

I have a lot of html pages (I mean its source codes) represented like java.Util.List of Strings in Java. I need to convert it to Document objects in Java (from the package org.w3c.dom). I do it this ...
0
votes
2answers
43 views

How to iterate through the org.w3c.dom.NodeList using jython?

I'm using org.w3c.dom to process some xml documents. And I'm using jython 2.5.1 to implement it. Part of my xml document (EmployeeInfo.xml) is like: <employees> <employee id="1"> ...
1
vote
1answer
39 views

Why does StAX create XML slower than DOM?

i was trying to measure time needed for StAX and DOM to create two same documents. I dont know why DOM is faster in creating XML. Maybe my code for StAX writer is not very good. so here it is ...
0
votes
3answers
32 views

java.lang.OutOfMemoryError with DOM

I am trying to test different parsers, i have problem with DOM when i try to parse 70 MB xml file. Error is java.lang.OutOfMemoryError I think i have decent computer, so i am not sure there is ...
-1
votes
3answers
56 views

How to re arrange child elements in an XML file using Java

I have an xml file and I am looking to re position the child elements based on certain attributes ( value if "id" in the example below). I am looking to rewrite the xml file in a way that "bk103" ...
0
votes
1answer
15 views

Java Dom API getAttribute

im trying to parse xml file, but it wont print attribut value. I dont know how to get attribute typ from phone try { String subor = "Noviny.xml"; DocumentBuilderFactory factory = ...
0
votes
1answer
31 views

Java Dom getAttribute

im trying to parse xml file, but it wont print attribut value. I dont know how to get attribute typ from phone try { String subor = "Noviny.xml"; DocumentBuilderFactory factory = ...
2
votes
1answer
39 views

org.w3c.dom.ls.LSException Caused by: java.lang.NegativeArraySizeException

I have to save a XML file. I'm using DOm and the file is huge, about 1,3 Gb. For doing this i use the next code: public void guardarDocumentoXML() throws FileNotFoundException, IOException { ...
0
votes
1answer
34 views

Converting xml tag

I need to make a convertion like this: given (one of many): <Field name="topmostSubform[0].Page1[0].MemberID[0]" value="025620451" /> I need to convert it to an xml like this: <?xml ...
0
votes
1answer
33 views

How to identify the DOM node proximity

Lets say I have a set of nodes A,B,C,D and a node say X. Now I need to find the proximity of A,B,C,D with respect to node X. (Using Java) So that I can get to know which of the node from the given ...
0
votes
1answer
22 views

Producing xsd from doc (DOM object)

Say i use DOM and i have an xml loaded into a Document object. Is it possible to get only the xml scheme data? maybe something like an xsd?
0
votes
2answers
48 views

Getting text value from java DOM

public static void printNode(NodeList nodeList, Document d) { for (int count = 0; count < nodeList.getLength(); count++) { Node tempNode = nodeList.item(count); ...
0
votes
1answer
10 views

how to access the first preceding text node using jdom2

Given an element node, I want to access the first preceding text node using jdom2. For example: <tr> <td>Price:</td> <td> <span> ...
0
votes
1answer
38 views

adding content without delete original content in XML java

I want to add new content inside a XML file, without delete the original content. How can I do that. Original XML: <collection> <data> <type>CHD</type> <values> ...
0
votes
0answers
34 views

Parsing and reading HTML content in a String as DOM

What is the best way to parse HTML content in a string? I need to read the content as DOM, what is the best toolkit to do it?
1
vote
1answer
71 views

Small issue with deleting duplicates in XML using java

This is sample XML: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <check> <val> <Samsung> <name value="galaxy" /> ...
0
votes
2answers
99 views

Java DOM parser not parsing one line XML

I have this one-line xml file (without indents and new lines) as below <?xml version="1.0" encoding="UTF-8"?> <Document xmlns="urn:iso:std:iso:20022:tech:xsd:camt.054.001.03" ...
0
votes
0answers
43 views

xml validation with schema not giving error

I have enabled schema validation for dom parser using below code SchemaFactory schFactory = SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI); URL ...
1
vote
1answer
46 views

Expose JAXB-annotated objects through org.w3c.dom API

I have some domain objects that are annotated using JAXB annotations. This can be used to serialise the object tree to an XML document. Now, I would like to expose the same backing object tree ...
0
votes
0answers
23 views

XML CDATA parsing fails

I have a simple XML as shown below: <?xml version="1.0" encoding="utf-8"?>"; <Element><![CDATA[ABCD]]></Element> I parse this using JAVA DOM packages with code as shown ...
1
vote
2answers
48 views

Manipulate order of XML element attributes

I have read many post where people have asked about enforcing some order of attributes to an XML element and the general response is that it's not legal/required/allowed/relevant/other. I am not ...
0
votes
2answers
49 views

Is it possible to create an object from XML file using DOM?

I use DOM parser to read data from XML file. I know how to read, modify and write back the data. However, I would like to know if it is possible to create an object from an XML file. I have an XML ...
0
votes
0answers
44 views

Need Help creating Objects from parsed XML data

I’m working on a project in which I will us a DOM parser to parse an XML file containing the following airport information: Name, FAA ID, latitude/longitude, and url. What I would like to do right ...
0
votes
1answer
56 views

Java DOM parser error

Here is my xml file: <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE Server SYSTEM "Server.dtd"> <Server> <MaximumUserNumber>2</MaximumUserNumber> ...
1
vote
1answer
116 views

Creating a JTree out of an XML document using DOM parser

package xml; import javax.xml.parsers.*; import org.w3c.dom.*; import org.xml.sax.*; import javax.swing.*; import javax.swing.tree.DefaultMutableTreeNode; import java.io.*; public class ThirdParser ...
0
votes
2answers
34 views

How to get a clean xml representation from a website url

I'm trying to get a clean representation of a website url, so I can put the 'html' inside a org.w3c.dom.Document to be able to do further processing with xpath and so on. What I get, when I try ...
0
votes
0answers
23 views

Can not print attributes from a DOM tree?

My code: package xml; import javax.xml.parsers.*; import org.w3c.dom.*; import org.xml.sax.*; import java.io.*; public class SecondParser { static DocumentBuilderFactory factory; static ...
-1
votes
1answer
111 views

Java DOM check if an attribute exists

I am using dom for reading xml files and I have been searching for quite a while but I can't find a way to check if an attribute exists. ...

1 2 3 4 5 17