Questions tagged as 'xml'

0
answers

Signature xades epes in XML

I'm trying to sign an xml document in JAVA for electronic invoicing in Colombia, and I found some bookstores like xades4j, but when I include the jar of this library in my project and use one of its examples, I get that even some functions are n...
asked by 22.11.2018 / 17:21
0
answers

High xml viewer with php

I'm trying to visualize ALTO XML files but I have not got anything that can help me do it with PHP and javascript . Attached image of the idea I'm looking for.     
asked by 20.11.2018 / 16:28
0
answers

Consume web services parametro xml php

I'm doing a PHP client to consume a web service which asks as a parameter a string that must contain an xml format. when executing the following code does not generate any results Thanks       //Variables $xml = 'variable que almacena la...
asked by 15.11.2018 / 14:17
0
answers

Convert XML file to PDF using the TCPDF library in PHP

Friends I have a question, how could I generate a PDF file from an XML file using PHP? Will someone have an example of how to carry it out?     
asked by 14.11.2018 / 01:21
0
answers

Create structure xml in vb

I'm making the electronic signature of an xml and I need to get the following xml structure. <ext:UBLExtensions> <ext:UBLExtension> <ext:ExtensionContent></ext:ExtensionContent> </ext:UBLExtension>...
asked by 12.11.2018 / 05:37
0
answers

Error XMLParser can not resolve symbol

help please do not press ctrl space and I have no suggestions     
asked by 18.11.2018 / 23:59
0
answers

Reassign variables in XSLT

My problem is that I'm trying to map some values which are in different nodes, I have to mache them, the thing is that I can not reassign the variables so that I can do the right checks. I would like to know some way to save the value of travers...
asked by 13.11.2018 / 11:37
0
answers

UNMARSHALLER ERROR WHEN READING AN XML FILES

CODE: // We create the context indicating the root class in this case Universidad.java JAXBContext context = JAXBContext.newInstance(Universidad.class); //Creamos el Marshaller, convierte el java bean en una cadena XML Marshaller...
asked by 11.11.2018 / 12:24
1
answer

help inserts empty data from xml to mysql php database

I have a program in PHP that reads a xml and inserts the data into a mysql database but when I run it inserts only empty data. Next I put the xml and the code that I am using: XML <?xml version="1.0" encoding="utf-8"?&g...
asked by 08.11.2018 / 18:45
1
answer

SQL Server connection from xml file

my question is this I must pass my current connection string, which is this: internal Clsconexion() { cadena = ConfigurationManager.ConnectionStrings["ConSicap"].ConnectionString; } But they ask me to improve it and pass...
asked by 14.11.2018 / 14:44