Skip to main content
3 votes
0 answers
50 views

XML: <com.google.android.material.textfield.TextInputLayout android:id="@+id/name_inputLayout" android:layout_width="match_parent" android:layout_height="...
Sam Chen's user avatar
  • 9,148
1 vote
1 answer
46 views

I am trying to write an XML parser which will load a data from XML file and convert it to golang structs, but apparently it is not working and I have no idea why. I wrote a test to troubleshoot it, ...
oscarsierraproject's user avatar
-2 votes
0 answers
29 views

I'm creating a XML-file with VB.Net I need to add the following element to the xml-file with XmlTextWriter: <cbc:EndpointID schemeID="9925">VAT-number</cbc:EndpointID> My code: ...
Peter R.'s user avatar
0 votes
1 answer
47 views

XML: <Button android:id="@+id/send_button" style="@style/Widget.Material3.Button.OutlinedButton" android:layout_width="wrap_content" android:...
Sam Chen's user avatar
  • 9,148
0 votes
0 answers
26 views

I'm trying to create a purchase order with XML request, but the request fails each time with an error saying that the voucher date is missing. But the voucher date is already given. The port 9000 is ...
Ajith's user avatar
  • 845
2 votes
1 answer
142 views
+50

I'm writing a custom Maven plugin for building a Flatpak from a Java project. In a Maven mojo I understand we use @Parameter annotations to parse pom.xml file configurations. For example: pom.xml: <...
CraigFoote's user avatar
0 votes
1 answer
70 views

In the below example we are trying split the book in the chapters format. Can anyone help. INPUT XML: book.xml <?xml version="1.0" encoding="UTF-8"?> <book> <...
Umaima Fatima's user avatar
-1 votes
0 answers
28 views

I am integrating Mondial Relay’s SOAP API in a Node.js application using the soap npm package. I am trying to create a shipment with the WSI2_CreationExpedition method and then generate the shipping ...
Bechou's user avatar
  • 11
0 votes
0 answers
31 views

I am implementing an XML signing solution using Node.js to authenticate with a strict external API. I need to sign a "Seed" XML to obtain an access token. The API returns an generic "...
delfincortesb's user avatar
1 vote
0 answers
37 views

I have an .xml file exported from TIA Portal, with UADataTypes, UAObjects and UAVariables - something like this: <UADataType NodeId="ns=1;i=3500" BrowseName="1:...
Fabrizio Bolognesi's user avatar
-3 votes
1 answer
75 views

Here in my WordPress plugin I am using the following Code to read an xml feed. $itsw_rss_feed = simplexml_load_file($itsw_feedurls[wp_rand(0,count($itsw_feedurls) - 1)]); then using a for loop I am ...
EMILY MARCIANO's user avatar
0 votes
1 answer
58 views

I am new to XSLT and I am trying to simply print one of the values of a key in XSLT3.0. Please help me with this. My XML: <AggregatedData> <wd:Report_Data xmlns:wd="urn:com.workday....
manoj's user avatar
  • 11
Advice
0 votes
1 replies
40 views

I am working on BridgeLink 4.6.0, and I need to validate XML files (CCD/CCDA) using XSD schemas. Earlier versions of BridgeLink allowed Java access inside JavaScript (e.g., Java.type, Java.extend, ...
Arjun Asokan's user avatar
1 vote
0 answers
72 views

<line fen="rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"> <move m="e4"/> <move m="e5"/> <move m="d4"/> <...
Ildar's user avatar
  • 11
3 votes
0 answers
85 views

We are validating the signature in XML responses (for Peppol). For this we are using the SignedXml (System.Security.Cryptography.Xml) class in C#. Which works fine, most of the times. For some XML ...
Marten Spoor's user avatar

15 30 50 per page
1
2 3 4 5
14326