Questions tagged as 'xml'

2
answers

Aspects in Generating XML Error Logs

I have an application developed in C # that uses a SQL Server database, this application is made available through a virtualized application server, I do not have direct access to the database or the application server. I want to create a way...
asked by 13.12.2014 / 02:10
1
answer

Why does JSON or XML not work?

I have this type: type S struct { a string 'json:"a" xml:"a"' b int 'json:"b" xml:"b"' c time.Time 'json:"c" xml:"c"' } But neither JSON nor XML works: s := S{a: "Olá", b: 42, c: time.Now()} jsonTexto, err := json.Mar...
asked by 27.10.2018 / 11:32
1
answer

How to search for word snippet within XML using PHP

I use this code that is to return data for each searched name, but the query only works if I type a name identically, I wanted to type "Smartphone" and it returns all searches that have this word in the title. Can you help me? <form method=...
asked by 23.10.2018 / 20:42
2
answers

Access Violation When Selecting XML File - NFe

I'm trying to select nós , but you're giving Access Violation error, what could I improve on this code so there's no error? procedure TfrmDataB.sbtnAbrirClick(Sender: TObject); var xmlNCab, xmlNItm : IXMLNode; //Nota Fiscal cNF, n...
asked by 13.06.2014 / 14:26
1
answer

I changed the background of the button and stopped the action effect

I changed the background of my button to #000000 (black) and stopped performing the click demonstration (it turned blue when clicked) <Button android:id="@+id/btNext2" android:layout_width="0dp" android:layout_height="match_...
asked by 22.10.2014 / 15:49
2
answers

response () in XML with Laravel

I have studied about the development of APIs with Laravel, a quick question, is it possible to return an XML instead of a json? instead of doing: return response()->json($json); Do something like: return response()->xml($xml);...
asked by 24.07.2018 / 16:07
2
answers

Extract and print specific values from an xml using Python

Hello:) I'm trying to capture data from an xml to use in a search using python, however my algorithm is only returned the data of the last tags, eg: xml is in link and inside it, there are three tags containing the data of the parliamentari...
asked by 25.04.2018 / 03:19
1
answer

How to get images in XML CDATA and DESCRIPTION

I have some xml files, and several of them news images are inside the description, in one of them the image is inside the CDATA, at the time I return the array a description does not appear any element according to the photo: p> Inanothercase...
asked by 30.07.2018 / 02:33
1
answer

How to check if an XML node is null?

I have a WS that has a method in which a list of nodes with some data is inserted. I get these data as XmlDocument , I run the Parameters node by reading the contents inside it, after that I get the data and fill in the parameters of my Pr...
asked by 09.02.2018 / 13:52
1
answer

ESocial - Error signing XML

Good afternoon. I'm trying to sign the XML, however I'm having the error below:    Error generating System.Security.Cryptography.CryptographicException: Malformed Reference Element. Searching, I saw that the problem is in the referring...
asked by 26.12.2017 / 19:33