Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
60 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
57 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
51 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
69 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
169 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
62 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
76 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
84 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
119 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
  • 23
-1 votes
1 answer
112 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
156 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,700
Advice
0 votes
1 replies
38 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
103 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
97 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
50 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

15 30 50 per page
1
2 3 4 5
14316