I have a directory in which I receive orders as XML file. I want to parse this file and then do some things with it. I can set a scheduled job to check this dir
my issue is that when I want to group a set of employees according to the month of their birth date, Odoo separates the months by years, which I want to avoid b
I am trying to submit am Orbeon form to an endpoint (a power automate flow). However, all the endpoint is receiving are the headers. We're using a hosted versio
I have the following xml file : <?xml version="1.0" encoding="UTF-8"?> <ns:t xmlns:ns="http://www.myaddress.com"> <ns:cs> <ns:c
The lxml library for Python can handle extremely large XML files, up to (and over?) 100 GB in size. But can it handle extremely large (1 billion characters or m
I am trying to make a favourite item in the menu that can display a hollow heart when unchecked and a solid one when checked However the selector approach is no
I am trying to make a favourite item in the menu that can display a hollow heart when unchecked and a solid one when checked However the selector approach is no
I have a list of XPath queries modeled in an XML file as follows (querylist.xml) : <queries> <query id="1" project="docbook" xpath=".//@id|.//@xml:
I am working on a chip which is supposed to be functional as a slave for a PLC (master) through an EtherCAT connection. The chip includes an Atmega2560 and a LA
I'm doing everything according to the document on the developer.android.com, but I can't see the menu. I think the app:menu line is not working. When I enter th
Given the structure below. How would you go about selecting only those elements where the number of elements of same group is less than - let's say six. In this
I am trying to make an RSS reader with flutter but the program raises the XMLHttpRequest error. In my test I used web (Chrome) as my target platform. I already
I'm building a simple Xcode project to help me calculate taxes. I'm requesting an xml url but getting the error: [boringssl] boringssl_metrics_log_metric_block
I'm trying to convert json to xml, I am getting full output in console if the json file is small but I am trying to pass large json file n I'm not getting the
I have an xml that has uname and pwd. The pwd has special characters like ‘&’. I am using a XQuery or XSLT to transform it.. the output generate
public void createAzureBlob(File file) { // System.out.println("AccountName : "+configuration.getAccountName()); String storageConnectionString =
I have the following XML file: <main> <node> <party iot="00">Big</party> <children type="me" value="3" iot="A"> &
I want to convert xml data into JOSN format but there is an issue if I try to do that. simplexml_load_string() returns empty data once after it perhaps get <
Is there a way to set the numbering value of a numbered list with python-docx inside a word document? I created a word template that has a custom style that gen
I need to read (store in variable) and then change the online_hostname key value in XML using bash/shell script. <?xml version="1.0" encoding="UTF-8" ?> &