Skip to main content
Filter by
Sorted by
Tagged with
3 votes
0 answers
47 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
44 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
28 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
42 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
139 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
27 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
84 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
0 votes
3 answers
89 views

I used to have simple classes like below: public class Product { public Money Price {get; set;} } public class Money { public decimal Amount {get; set;} public CurrencyEnum Currency {get;set;...
Ceres's user avatar
  • 73
0 votes
0 answers
74 views

I'm trying to create a full-width custom notification for my Flutter app on Android. The problem is that the notification always appears centered with large horizontal margins, even though my layout ...
Supra Bob's user avatar
1 vote
0 answers
32 views

I want part of the hand to remain on the non-main side of the hand. The documentation on Android Developer suggests the following: Specify the pivot point Each of the hour, minute, and second ...
MrStickyPiston's user avatar
1 vote
2 answers
64 views

I have an XML file with a node containing a file that has been converted into hexbinary. The ultimate goal is to read that node, convert it back to an actual file and store the path of that file in a ...
Pierrick Dupas's user avatar
0 votes
0 answers
46 views

Project is using XML / Kotlin. Issue is with a nested scroll view or perhaps screen management in general. NestedScrollView Child 1 (hidden) Child 2 Child 3 Child 4 (screen is here) Clicking ...
Joseph Coleridge's user avatar
0 votes
0 answers
46 views

I have a lottie Animation which i need to overflow outside the view. I have set clipChildren , clipToPadding, clipToOutilne as false for the view and its parents. But the lottie animation is still ...
Vidya Mohanraj's user avatar
-3 votes
0 answers
53 views

I have an IICS CAI process that calls an API. I need to log what the request was in the case of an error. I can get the headers one at a time using Xquery "request:getHeader('header name') but ...
Macrus's user avatar
  • 63
0 votes
1 answer
64 views

So where i write Textview or imageview are real items so when i scroll the nested scroll will start scrolling specially all my 3 recycles are there i tried many ways did not really solve my problem so ...
wayne chirwa's user avatar
0 votes
0 answers
52 views

Fixing "Incorrect reference digest value" in SOAP XML WS-Security with node-soap Problem I'm experiencing an intermittent issue with SOAP XML requests to an external service using the node-...
Hank Mason's user avatar
1 vote
2 answers
67 views

I'm trying to loop over an XML file and output the structure. However, I'm only getting one set of data on the second loop. Below is my code, and below that is a snippet of the XML structure. <...
ColdFusionDude's user avatar
Advice
1 vote
3 replies
75 views

I have a task to split an XML that I'm receiving using XSLT. The input XML is formatted as follows: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <...
user3523332's user avatar
4 votes
1 answer
96 views

I'm attempting to deserialize an XML response from an API. The data is as follows (I have only included a small chunk for the sake of a small post): <ns1:alerts xmlns:ns1="http://gov.fema....
alexjusti's user avatar
1 vote
0 answers
79 views

Im having an issue where attributionTag not declared in manifest of com.my.package is appearing in my logcat when i play audio using the MediaPlayer. Based on the Android documentation and other ...
Tennis Heal's user avatar
2 votes
1 answer
184 views

I am creating an ASP.NET Core Web API endpoint which will fetch XML output in the Nautix compliant XML. Despite the XmlAttribute set on the class, it does not return attribute in the output. Please ...
Rajiv Ranjan's user avatar
-1 votes
0 answers
75 views

I have an xmldoc with an SVG element that I am trying to pre-process and clean up to do some things. The actual file has several thousand elements, and I want to remove the ones I do not want in the ...
lukehawk's user avatar
  • 1,521
1 vote
0 answers
74 views

I am trying to deserialize a given piece of XML that looks like this: <?xml version="1.0" encoding="utf-8"?> <tst:myRootElement xmlns:tst="myGivenNamespace"> ...
Frank_J's user avatar
  • 11
0 votes
1 answer
181 views

I want to download the tar.gz files from this NOAA (NCEI) data source: https://www.ncei.noaa.gov/oa/local-climatological-data/index.html#v2/archive/ Normally, I can do something like this to get the ...
user8229029's user avatar
  • 1,214
1 vote
1 answer
103 views

I am starting with Peppol Invoices based on XML. What I need is to be able to locally validate the XML of the invoice document. (I know that on-line validators do exist.) The next step will be the ...
pepr's user avatar
  • 21.1k
1 vote
1 answer
52 views

What is the role of the Gnumeric <gnm:position> element here?: <gnm:Names> <gnm:Name> <gnm:name>⋯</gnm:name> <gnm:value>⋯</gnm:value> ...
Luc St-Louis's user avatar
0 votes
1 answer
55 views

I’m working with IBM InfoSphere DataStage 11.7. I exported several jobs as XML files using istool export. Then, using a Python script, I modified the XML to add another database stage in parallel to ...
techguy11's user avatar
1 vote
1 answer
65 views

I’m trying to programmatically modify IBM DataStage jobs to add a new database connector stage in parallel to an existing Database stage. Here’s my workflow: Export a job from DataStage Designer as ...
techguy11's user avatar
-4 votes
1 answer
72 views

I’m trying to programmatically add a new database stage in parallel to an existing DataStage job by modifying its exported XML. I export the job from DataStage Designer, modify the XML via a Python ...
DataEngineer03's user avatar
7 votes
3 answers
185 views

I am working with XSLT 1.0 through a Java project, and I am unable to update to 2.0. I am attempting to write a Parent template that should call within it a Child template. I wish for the Parent ...
Marco Flavio Farella's user avatar
1 vote
3 answers
128 views

I need to merge Saxon Documentation - merge one node from the source XML file merge.xml into the file merge-test.xml, positioning the node in between two other nodes in the output file output.xml. No ...
BlueDogRanch's user avatar
1 vote
0 answers
47 views

when I call xml.MarshalIndent() in Golang, it produces XML structures like these: <Screen id="Screen1"> <Label id="Label1" Text="First number: "></Label&...
KUMARASWAMY B.G's user avatar
1 vote
2 answers
65 views

I'm trying to sort entries in an XML file using Saxon, Saxon:sort and an XSLT 3.0 stylesheet. I need to sort the nodes by the date in the <blogger:filename> field, which has the date as part of ...
BlueDogRanch's user avatar
1 vote
0 answers
65 views

I'm trying to make a Spring Boot 1.5 project to use the embedded Tomcat Server it can come with. The project is configured for Tomcat 8.5, with a META-INF/context.xml, WEB-INF/web.xml and a specific ...
Shifa's user avatar
  • 1
2 votes
2 answers
75 views

a one-off job responsibility I have is submitting quarterly data in XML format. I've managed a few basic skills of like find and replace. I am using Notepad ++ I need to know how to do the following: ...
Theresa Martinez's user avatar
0 votes
1 answer
80 views

I'm using "Odoo 16.0+e (Enterprise Edition)" and I premise that I'm not a software engineer but in the past I successfully managed to modify the Qweb code that generates the invoices and the ...
Emanuele's user avatar
1 vote
1 answer
91 views

I need to do some heavy find-replace modifications in a bunch of Word documents and I am trying to speed this up by making this a string operation using the Office Open XML. I can extract the XML ...
Eleshar's user avatar
  • 547
0 votes
0 answers
54 views

I want to study how beans are created when beans.xml file is parsed. Given following codes beans.xml <beans xmlns="http://www.springframework.org/schema/beans" xmlns:sec="http://...
190303458's user avatar
2 votes
1 answer
68 views

What's a simple example of removing a node from an XML file using Saxon 12.9 and an XSLT 3.0 stylesheet? I've got an XML export from Blogger, and I'm puzzled on how to remove just the COMMENT entries ...
BlueDogRanch's user avatar
-1 votes
1 answer
75 views

Input XML <tns:ipartycredit> <ns3:crPtyRole>ACWINS</ns3:crPtyRole> <ns3:crPtyRoleIndicator>R</ns3:crPtyRoleIndicator> <ns3:crPtyInformationTag>57</...
user11303439's user avatar
0 votes
0 answers
76 views

I have downloaded xsd files from the Greek government's site here and I am trying to create C# classes. Most of them will be created fine, but the ones I really need will not, and the cause these ...
Kostas L's user avatar
1 vote
2 answers
138 views

I have a playbook in Ansible that will allow me to identify a specific set of firewalls, and then update them to a higher version of software. However, I need to take the existing output of my API ...
Moridn's user avatar
  • 51

1
2 3 4 5
4298