Questions tagged as 'xml'

0
answers

Problem when moving from XML to PDF with Aspose.pdf JAVA

I am creating a class to create a PDF through XML. All this I need to do with Aspose.pdf. I have imported the necessary libraries and included in the pom.xml the repository and the corresponding dependency. <dependency> <groupId&g...
asked by 11.09.2018 / 10:16
1
answer

Save modified XML from code with python

I have an xml where I modified the data of a specific tag. Now I just want to save the xml so that it is modified. I hardly know about python, so any advice, welcome. This was the code I used to modify the tag: from lxml import etree doc = et...
asked by 06.09.2018 / 20:00
0
answers

XSLT only returns closing tags

I have the following files but I am testing it in:    link But it returns me wrong the document does not work. XML <?xml version="1.0" encoding="ISO-8859-1"?> <ExternalSeach> <Results> <Company>...
asked by 23.08.2018 / 19:23
1
answer

Can I filter an XML file?

I would like to know if I can filter a file XML . The file is as follows: <Boletin_Consolidado> <Boletin> <Numero V="0122"/> <Tipo_Boletin V="DEPARTAMENTAL"/> <Departamento V="31"/> <Desc_Departam...
asked by 22.08.2018 / 16:01
0
answers

Help create my XML tree

Hi, I have a problem with creating an XML tree, I'm starting but I would like you to paint this line at the beginning "" "" "", if you can also close it but only read the "UBLExtensions" but not the ext: and when I put it as a string variable to...
asked by 24.08.2018 / 19:45
1
answer

Edittext without text in app, but if it appears in preview?

I have a problem that breaks my head, I recently changed the manifest and I put it not actionbar from there it moved everything and and no longer appear letters in the edit text step pictures of what happens and code, I hope you can help me plea...
asked by 16.08.2018 / 05:01
0
answers

Correct way to use a Resultmap in myBatis xml

this using Java to build a website and I have the following Order Mapper <resultMap type="Entidades.Pedido" id="rmPedido"> <id column="tb_pedido_id" property="Id"/> <result column="tb_pedido_cli" property="Cliente...
asked by 11.08.2018 / 04:30
0
answers

Create a class c # from an xsd

I have a problem generating a class from an xsd. the xsd <?xml version="1.0" encoding="UTF-8"?> <!-- Library: OASIS Universal Business Language (UBL) 2.1 OS http://docs.oasis-open.org/ubl/os-UBL-2.1...
asked by 08.08.2018 / 03:01
0
answers

xmpp http-bind, server restart?

Every time the client wants to enter the server, I have to restart the server, this is in a local network. log > SENT X <body rid='1504425261' xmlns='http://jabber.org/protocol/httpbind' to='im.rtedesw29.com' xml:l...
asked by 09.08.2018 / 18:17
0
answers

Edit files from a .bat

It is required to perform an automatic process that allows entering a path that contains several .XML files. In each one there is a chain which must be replaced. Example C: / by E: / It is suggested to use a .bat extension file since the info...
asked by 03.08.2018 / 22:52