im trying to show view layout which it's xml layout while performing api request and remove it after the request is done the layout contains TextView ...
im trying to show view layout which it's xml layout while performing api request and remove it after the request is done the layout contains TextView ...
I need to parse some XML to CSV. I am struggling getting the 'record' attribute to iterate. The code below can pull out the allocation text. How do I ...
I am new C#. I make a SOAP request and in the SOAP response, I need to access repeating nodes 'ABC'. This is how my SOAP Response looks like: My co ...
Hi guys can you please help me with xslt template ? I look for some similar problems by search on this site but no one works for me as i expect. I nee ...
We've been looking to generate a hash of a certain text from a given document and came up with the following version of XSLT: <xsl:stylesheet vers ...
I do have a problem with serializing a ArrayList. Most propably I use wrong XML Attributes for it since I when I changed them it would not even serial ...
I have two fragments - 1st with list of lessons, 2nd with the details about the lesson. I want to save the state of the recycler view from the 1 fragm ...
I want to replace the button which is standard in odoo. In earlier versions, for example in 14, it was possible to do it in the way that I show below. ...
I'm fairly new to python and would like to loop through multiple xml files. I'm currently using the existing code to pull in sample2 xml file: I tr ...
I found a common method to create XML from tables where elements' names changed into attributes' names. It looks like Is there a method to shorten ...
I am attempting to use xmltodict to parse through XML in to hopes of eventually converting to a more readable table format for others. I have been abl ...
I want to remove comments in xml files based on the xml tags inside the comment with Powershell. Constraints: Multi line comments should be suppor ...
I would like to transform this XML: into this: I know how to copy nodes, but the namespace prefix "ens" and the fact that ens:param has 2 entrie ...
I want to create a request to the following API Link I can't create the right XML for this part I tried to create an object Array with RoomID an ...
I have some XML data that resides in an XML file and I am trying to get it into datatables. I have tried putting it into a Dataset. I have tried putti ...
Given the example below, I would like the output to be commonest param is: ratio, which is the most popular name for a parameter. My output seems i ...
I have a script which almost works to conver text to xml in python. But I have just one issue and need help. Each line item has 14 entries ( the 12th, ...
I need an xsl transformation that, given inputs like (with variable number of columns and rows) gives back a structure like I've seen many answe ...
we have added a group of tables of our OpenEdge database, to the PSC default policy. And it went really good for more than a year. Now our new CIO wa ...
This is my original xml file format when i try to add new subnode with new attribute values, the existing format also changing as below and adding ...