Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
26 views

I need to implement Factur-X electronic invoicing for my French company. What are the technical requirements and how can I generate compliant Factur-X invoices programmatically? I'm looking for a ...
walid's user avatar
  • 1
1 vote
0 answers
43 views

<!-- res/drawable/border.xml --> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <stroke android:width="7dp" android:color=&...
Niranjan Rai's user avatar
-2 votes
0 answers
88 views

Following up on the previous question (How to use XmlAdapter correctly?). After solving my solution by using fastxml,I was curious about why jaxb didn't work.For this reason,I cheaked the source code....
poll_Ff's user avatar
  • 19
0 votes
0 answers
42 views

I am using a HTML template (shared below) with placeholders to generate the body of an email, which is sent to users using a logic app workflow. Despite attempting to define the [data-ogsc] attribute, ...
Sushruth Kamarushi's user avatar
Advice
1 vote
2 replies
150 views

So we have this codefest competition, a 6 hour hackathon and there is a machine problem to follow, our development time is only 6 hours. Now currently we're using viewBinding, sqlite openhelper, java, ...
Lee Ferrer's user avatar
2 votes
1 answer
91 views

I want to embed a DTD into a C++ application, parse the DTD and validate an XML document against it. However, when the DTD becomes large enough, the DTD parser fails. If I dump the same DTD into a ...
Homer512's user avatar
  • 15.6k
0 votes
1 answer
67 views

I am using ANTLR4 to parse XML files and then output the parsed content using TokenStreamRewriter.getText(). For normal XML tags (e.g., <foo> and <gm-A-1/>), the output is correct: spaces ...
Lily1024's user avatar
2 votes
1 answer
63 views

I have the following XML snippet: <Item> <Identifier>12345</Identifier> <Bin> <Check> <Number>1311</Number> <Level>Warning</Level&...
Paul's user avatar
  • 43
-1 votes
1 answer
54 views

Given the supplied Source data, below, I would like to reduce the 'ComponentInfo' node to the highest 'version' of each distinct 'id' listed. Effectively giving me a unique set of IDs with their ...
influentialeliot's user avatar
0 votes
1 answer
72 views

I am trying to modify the xsl APA style in Microsoft Word, and I am unable to remove a leading space in a xsl:when for citations. It is added somewhere between line 2707 and line 3044 in the community ...
Xrio's user avatar
  • 317
1 vote
2 answers
171 views

I need to build the following XML data structure. I get the XML structure that I need but I am missing the student tag. <users> <user> <id>123</id> <name&...
Sue_sue's user avatar
  • 39
Best practices
0 votes
1 replies
64 views

In case you need to read and split a very large xml like this <books> <book> ... </book> <book> ... </book> ... </books> using apache Camel, the best ...
Federico's user avatar
0 votes
2 answers
78 views

I am using the image orbeon/orbeon-forms:2025.1-pe and using MySQL server as a database. orbeon.xml: <Context path="/orbeon"> <Resource name="jdbc/mysql" ...
A Basak's user avatar
  • 31
3 votes
1 answer
85 views

I'm writing in C for Windows using GNU gcc MinGW64, in Codeblocks. I have embedded a Windows manifest file and a resource script file in my project. I would like to achieve maximum non-ugliness for my ...
Simon's user avatar
  • 137
2 votes
2 answers
133 views

Recently I need to convert Java objects into XML file format, but directly using JAXB to convert Java objects does not meet my needs. Through researching, I found that XmlAdapter can be used to ...
poll_Ff's user avatar
  • 19
-1 votes
1 answer
117 views

I am writing a custom bibliography file for Microsoft Word. (The .xsl files located in %appdata%\Microsoft\Bibliography\Style) So far it's going great. However I cannot figure out how to check if I am ...
Gianluca Filitz's user avatar
2 votes
1 answer
178 views

I need to generate XML schemas for my XML file, but I can't find the XML menu when opening XML files any more. In VS 2022 I could do so via XML -> Create Schema, but now in VS 2026, there is no XML ...
winscripter's user avatar
  • 1,720
Advice
0 votes
1 replies
39 views

I need help increasing the type limit in the Xbox version of DAYZ. I currently have a limit of 5000 types. If I have more than 6000 types in the types.xml file, items no longer spawn, and vehicles ...
David Ludwig-Erbs Urbex on tou's user avatar
3 votes
1 answer
106 views

We have a legacy application that was originally written to connect directly to a SQL Server database using OLEDB. Since then we have introduced Azure SQL databases (but some of our clients are still ...
DinahMoeHumm's user avatar
  • 1,120
0 votes
1 answer
98 views

I am modifying the Excel ribbon to remove three items. The macro produces the "Cannot run the macro..." on load, but the commands are executed and the items are disabled. How can I prevent ...
Tem's user avatar
  • 11
2 votes
1 answer
51 views

I have an ASP.NET Core 5 Web API that constructs a SOAP request, signs portions of it with XML Digital Signatures (RSA-SHA256, Exclusive C14N), and sends it to a remote SOAP service. The request ...
Imran's user avatar
  • 21
3 votes
0 answers
57 views

I am trying to resolve an issue that is stopping my development. I want to position an imageview so it is in the center of a frame layout using code. I have been trying various solutions but do not ...
Mr Major Thorburn's user avatar
1 vote
2 answers
128 views

I am trying to convert an XML file into a table with the following columns: NodePath – vertex path with parameters, NodeValue – vertex value that is not XML. The solution assumes that the transmitted ...
JK_Egs's user avatar
  • 21
-1 votes
1 answer
80 views

I need to insert a namespace prefix to an existing elements but always get the error org.w3c.dom.DOMException: NAMESPACE_ERR: An attempt is made to create or change an object in a way which is ...
Whome's user avatar
  • 10.5k
Advice
0 votes
4 replies
85 views

I found the below xml. I'm concerned the trackercontrol is part of something that is being used to monitor my computer. What is this for? <?xml version='1.0' encoding='UTF-8' standalone='yes' ?> ...
Cathy C's user avatar
2 votes
2 answers
194 views

Here's a minimal C# example: var settings = new XmlWriterSettings() { OmitXmlDeclaration = true, }; var stringWriter = new StringWriter(); stringWriter.NewLine = "\n"; using var writer ...
SBaker's user avatar
  • 245
5 votes
1 answer
92 views

After upgrading a web app to WildFly 39, previously working base64 decoding fails with an exception: java.lang.IllegalArgumentException: base64 text invalid. at [email protected] What did ...
Jonathan's user avatar
  • 2,848
2 votes
1 answer
118 views

I am creating web content that may be included from various locations. For images I need to set the @src such that the image is always found, no matter where the web page might be. I am setting a $...
4everJang's user avatar
  • 363
-1 votes
2 answers
83 views

I have been able to get this string to work for single tickers changing it manually: =IMPORTXML("http://finviz.com/quote.ashx?t=ABBV","/html/body/div[2]/div[2]/div[1]/div/div/div[2]/div[...
Don Cronk's user avatar
0 votes
0 answers
141 views

I did started a project, using java 1.8. In this project, I’m reading and writing xml files. So, I added those imports: import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers....
Dr_Click's user avatar
  • 471
0 votes
0 answers
58 views

I've been trying to modify an APK using the MT Manager app for a while now, but I'm having trouble applying adaptative icons. I created the folder mipmap-anydpi-v26, and inside it I created a file ...
Luis Filipe's user avatar
1 vote
1 answer
61 views

I wanted to do something like this: <xs:choice> <xs:sequence> <xs:element name="estado" maxOccurs="unbounded" minOccurs="1"></xs:element> <xs:...
Manuel José Verdú Ramón's user avatar
1 vote
4 answers
93 views

As a minimal example, consider a XML file with address information like <?xml version="1.0"?> <person> <name>Peter Donohoe</name> <street>Downing Street 10&...
NicolasBourbaki's user avatar
Advice
1 vote
3 replies
34 views

Suppose I have an empty XML element. That can be written with either <element/> or <element></element> In the long form, are there comments allowed inside the element? As in <...
Joachim Mairböck's user avatar
1 vote
1 answer
86 views

As I understand it, there are 4 different options when using FOR XML in a SQL query: RAW, AUTO, EXPLICIT, and PATH. I think for my example below, I want to largely use PATH, but I end up getting ...
Icron's user avatar
  • 41
Best practices
1 vote
4 replies
53 views

I have a repeated block of code (function in vb-net) in my xsl, which I use in consecutive xsl:if in my code. In my following code I present this repetition as a <td> inside some xsl:if's. How ...
kapopoulos john's user avatar
2 votes
2 answers
153 views

xml2js used to be one of the most popular XML parsers on npm. However, it hasn't been updated in a while. Therefore, I'm currently trying to switch to fast-xml-parser which is more popular and is ...
André's user avatar
  • 2,106
0 votes
0 answers
62 views

I am using the TallyConnector 2.2.0 NuGet package to extract voucher data from Tally. Issue 1 (TallyConnector 2.2.0): While using the GetVouchersAsync method, the InventoryAllocations property inside ...
Shubh Siroliya's user avatar
1 vote
1 answer
112 views

I have created a custom spinner in Java for Android and my class uses generics as such public class TLPSpinner<T> { I have an event that fires when a object is selected and if instantiate the ...
Rich Morey's user avatar
Best practices
0 votes
10 replies
52 views

I'm trying to validate XML files beyond my understanding of what XSD offers. Here's my concrete use-case: The MusicXML format has an XSD spec that can be used to validate the syntax of documents. ...
infojunkie's user avatar
  • 1,111
Best practices
1 vote
4 replies
100 views

I am an Android developer with 1.2 years of experience, primarily working with Java. With the current tech economy shifting heavily toward AI-integrated applications, I feel that traditional mobile ...
Shaik Athaulla's user avatar
0 votes
0 answers
37 views

I am integrating Chase Orbital (XML API) for a client project and I’m currently stuck with CIT / MIT account verification test cases, specifically around Auth + Create Profile (CGEN) flows. What I am ...
Arjun A G's user avatar
-1 votes
2 answers
70 views

I have a multi schema xml file from which i have to read data from only one schema, i tried using hierarchical stage which didn't work, so i am trying to read xml file using sequential stage and in ...
user15906795's user avatar
Tooling
0 votes
9 replies
87 views

Context I am building an ETL pipeline to convert large XML datasets (ESMA financial data, ~50 GB total) into CSV format for bulk loading into SQL Server. The XML data contains free-text fields (...
oluies's user avatar
  • 17.9k
2 votes
1 answer
130 views

I am currently working on a small financial management application and use XmlSerializer to persist my data. I maintain a main list (allRecords) holding all data, and two separate lists (incomeList ...
David's user avatar
  • 23
0 votes
2 answers
82 views

I have a column of XML data in SQL Server that I'm trying to parse into columns. The start of the XML data looks something like: <DataSet xmlns="google.com"> <diffgr:diffgram ...
SomethingSomething's user avatar
1 vote
0 answers
68 views

I am working on a document conversion pipeline that: Reads Word .docx files Converts them into Akoma Ntoso XML Reconstructs the Word document using OpenXML I am currently stuck on an issue where ...
Khalil's user avatar
  • 1,127
2 votes
1 answer
121 views

I see the question was closed, but I don't see how the linked question relates to mine, it's definitively not a "duplicate"...! I have a C# .NET 4.5.1 Windows Forms application, in which I ...
Marko's user avatar
  • 1,670
-1 votes
1 answer
152 views

I have an XML and now I want to retrieve the XML nodes and its values in SQL Server and add it into a SQL Server table. This is my XML: <ADN> <gift> <giftdetail> <source&...
Praveen Chowdary's user avatar
0 votes
0 answers
62 views

I am building a CalDAV/CardDAV client for the Gleam programming language. I have a function which sends a REPORT request to the CalDAV server (Baikal in this case) with this body: let headers = [ #(&...
Abhimanyu Sharma's user avatar

1
2 3 4 5
4295