214,842 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
3
votes
3
replies
49
views
Reading in XML data in python
I am looking for some assistance with how to convert the below XML data into a dataframe.
I have managed to write a working code in R (XML package, code is messy) but then I realised it might even be ...
3
votes
0
answers
78
views
Statically generated XML parsing code using `Microsoft.XmlSerializer.Generator` and `sgen` is not called breaking AOT compatibility
I am converting a .NET 9 project to .NET 10 and making it AOT compatible.
One of the things I need to do is make XML parsing AOT compatible, and I am using Microsoft.XmlSerializer.Generator to create ...
-2
votes
0
answers
82
views
PHP add, delete to xml file [closed]
I am trying to add and delete data from an XML file using PHP. The addition works, but when I try to delete, the element is not removed from Training.xml. No error appears, it just doesn't do anything....
0
votes
0
answers
44
views
CoordinatorLayout + NestedScrollView: adjustResize doesn’t scroll to focused view; adjustPan hides dropdown behind keyboard
I'm developing an Android application (Java) using the standard layout structure: CoordinatorLayout + AppBarLayout + NestedScrollView. I have a long form where some text fields are positioned at the ...
0
votes
1
answer
76
views
Strange encoding behavior when adding a value to a xelement
I have the following payload, in which I need to parse a value in the format of an HTML link at a specific location. However, the HTML link must appear between "<" and ">".
<?xml version=&...
0
votes
0
answers
64
views
FullScreen API Not Working in Android Studio Virtual Phone
I've recently been working on porting an HTML5 video game I built for Android devices as an app. I am using Android Studio to assist with development.
After some trial and error, I've been able to get ...
3
votes
1
answer
93
views
Force sequencing in XProc when a p:for-each only has side effects?
I’m using XProc 3.0 with XML Calabash 3. I have a pipeline where:
I iterate over a directory of XML files
For each file, I run an XSLT trasnformation and store a modified version back to disk
After ...
2
votes
2
answers
114
views
Valid regular expression pattern validation in XML
I have a string element in an XML schema that I would like to restrict to the extended Latin character set plus numbers, punctuation, whitespace, etc.
I have tried the following:
<xsd:pattern value=...
-1
votes
0
answers
53
views
Facing a SOAP communication issue in our Primavera P6 EPPM environment version 23.12 [closed]
Environment Details
1.) Primavera Version: 23.12
2.) Operating System: Rocky Linux
CXF Version Details
1.) Server-side CXF JAR version: 3.5.5 (bundled with Primavera P6 setup)
2.) Client-side CXF ...
0
votes
0
answers
76
views
VBA Code for Word that uses an XML in the background for drop down
I try to implement something for Word. So I have plenty of letters I have to use for work. I want to make them easier and faster to work with. That's why I like to implement drop down menus with ...
1
vote
0
answers
33
views
EFTCardAdd SOAP API returning Internal Server Error (ErrCode 100 – Connection Timeout) after successful OAuth client assertion token generation
We have successfully generated the OAuth client assertion token and are able to authenticate against the Jack Henry jXchange Service Gateway. However, when invoking the EFTCardAdd SOAP API, we ...
2
votes
1
answer
79
views
An added Java dependency kill my old xml manipulate code
There is my old working code what rewrite an xml file:
private static void rewriteXmlDocument(Document document, File xmlFile) throws TransformerException,
FileNotFoundException {
File temporaryFile ...
Best practices
0
votes
3
replies
65
views
Displaying Information On Browser
I used to display error messages from a xml file directly on MS Explorer web browser and format the output using a xslt file. However, this process seems to be eliminated on MS Edge. I used the ...
2
votes
3
answers
174
views
SQL Server stored procedure passed a Biztalk XML message not returning field values when parsing the XML text
Our integration team want to send a XML parameter from their Biztalk server containing values to be written to a SQL Server table using a stored procedure, and have sent me an example for me to create ...
Advice
0
votes
6
replies
147
views
Designing PhilHealth (Philippine Health Insurance) integration before official SOAP APIs are available (.NET)
I am working on integrating PhilHealth (Philippine Health Insurance Corporation) into an existing hospital management system built with ASP.NET Core (.NET), Entity Framework Core, and SQL Server.
At ...