close
Skip to main content
Filter by
Sorted by
Tagged with
Advice
1 vote
4 replies
131 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
81 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.5k
0 votes
1 answer
64 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
58 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
53 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
63 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
77 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
120 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
113 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
161 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
105 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

15 30 50 per page
1
2 3 4 5
14315