Questions tagged as 'xml'

1
answer

Jackson FasterXML POJO A XML list

I use FasterXML Jackson to convert a POJO to XML but I want the children of the parent tag in the list to have a different name. How can I do it? ORDEN: @JacksonXmlRootElement(localName = "eOrden") public class Orden { @Jac...
asked by 25.07.2017 / 16:27
1
answer

Fill DropBox with XML data

I have a file in XML to be able to fill several data of a drop down, but I do not know if it is not deserving correctly or I am wrong in my code because when I execute it, it does not show any value inside the DropDown Here is where I create...
asked by 29.06.2017 / 18:08
1
answer

How to insert an image in a p: menubar

could help me with this problem that has been bothering me for a while, I have researched a lot and I have not been able to solve this problem of inserting an image inside my menu bar, I share the image of how the bar looks at this moment and th...
asked by 26.06.2017 / 20:01
3
answers

python loop for a xml

I have a file where with a regular expression I get 3 data that can be repeated up to 30 times matches = tools.findall(pattern, html, re.MULTILINE) for match in matches: pattern = 'umber\":(.*?),\"g' dato1 = tools.findall(pattern, mat...
asked by 21.06.2017 / 19:43
0
answers

PROCEDURE SQL Server WITH PARAMETERS TO XML ERROR PLS-00049

I have a package with a store procedure that receives three parameters and makes a query of a user, that extraction I need to pass it to an xml file, but when I pass the parameters it marks me an error of "bad bind variable", if I put a fixed va...
asked by 15.06.2017 / 00:37
0
answers

Display xml in jtable using jdom

I'm trying to visualize a xml , in a jtable , at the moment it only shows me the last element of xml and the rest omits it , I'd like to know where the error is. public void llenar() { SAXBuilder builder = new SAXBuilder(); Fil...
asked by 14.06.2017 / 23:48
1
answer

How to make solr filter query in opencms with future release date

I am working on opencms 10.5, I have added a list that calls all events without problem, now I want to show only future events from today up to 10 months using the option "Availability-> Release / expiration date-> Release date "in the event (ev...
asked by 13.06.2017 / 01:17
1
answer

AJAX and tables with functions

Hello friends, I have a problem to make the code that gives me the correct information that I look for my WEB. But I told them: I have an xml file that goes something like this: <?xml version='1.0' encoding='utf-8' ?> <?xml-stylesheet...
asked by 06.06.2017 / 23:41
0
answers

Interface management with hibernate

Hello my problem is that I do not know how to implement the mapping in XML with an interface between half a step to explain iProducto is my interface and uses it to filter and have a single selection option that can be a plate or produc...
asked by 14.06.2017 / 00:30
0
answers

Error StartTag: invalid element name when creating XML

The error is within this scheme that is what I use for the articles: echo "<url>\n"; echo "<loc>http://www.miweb.com\noticia/" . $articulo['ID'] . "/" . limpia_url($articulo['titulo']) . "/</loc>\n"; echo...
asked by 13.06.2017 / 22:52