Extensible Markup Language (XML) is a structured document format that defines human- and machine-readable encoding rules.
-2
votes
1answer
48 views
How to make this xml query shorter [on hold]
I spent 3 days to read this xml file and put the details in to the database. It works the way it should be but I know the way i read this xml file is not the proper way.
Can you please show me how to ...
4
votes
2answers
25 views
Extracting key information from a directory of XML files
I have written some VBA to loop through a directory of 15,000 XML files and extract key information from these files into Excel - this is unbearably slow. Can someone please assist me in optimising ...
7
votes
1answer
88 views
Object-to-XML string implementation
I have recently implemented a code to accomplish Object-to-String. Can you suggest any pros and cons with regard to the code?
...
3
votes
1answer
46 views
Dirty XML-to-JSON parser
I have that XML-to-JSON function based on ElementTree. It looks very simple but until now it does what it's supposed to do: give a JSON description of the ...
2
votes
1answer
69 views
Parsing data from XML in C#, filtering, categorizing in LINQ, displaying on Chart control
This is my sample XML file:
...
1
vote
0answers
19 views
XML data-parsing design that doesn't sacrifice efficiency [closed]
I have the following method signature
...
1
vote
0answers
34 views
Validate XML using XSD, a Catalog Resolver, and JAXP DOM for XSLT
Background
As this related question describes, there does not appear to be a canonical way to validate XML files against an XSD then subsequently transform them using an XSL template with file paths ...
0
votes
0answers
81 views
Propel ORM Schema Builder
I've worked out my Schema Builder for Propel. In short: I've created a class that can be used to create the 'schema.xml' for building a database for propel dynamically, because I need this for another ...
2
votes
0answers
30 views
Client-side XML + CSS architecture
Background
With the goal of creating a simple architecture, I am wondering about the implications of a client-side rendering implementation. The request architecture resembles:
...
7
votes
1answer
105 views
Android “Search” Activity and corresponding XML
Below is an Android Activity and corresponding XML layout. The function of the class is to search an ...
5
votes
2answers
32 views
Adding credentialsID node to SVN location nodes
I'm new to ruby. Recently I wrote a script to add a credentialsID node to each SVN location node in each config.xml file for all ...
6
votes
1answer
54 views
File validator configured using XML
I am making an application to check for any files that does not follow a specific pattern defined in a XML file. The application works well, but the source code is not the greatest, and memory ...
3
votes
1answer
33 views
CLI Command Search Tool - XML Framework
I'm working on the OSCP, and Information Security certificate based around penetration testing. CLI-based tools seem to be the core of most pen-testing assignments, so I'd like to build a tool aiding ...
2
votes
1answer
50 views
7
votes
3answers
107 views
Too many null checks in an XML-to-XML transformation
I'm writing a conversion mechanism in C#. I deserialize a big XML document of one type and return a big XML document of another type (via serialization of another object).
While I'm doing the ...
2
votes
2answers
87 views
Different Approach to the following ASP.NET Web API Action
Maybe someone here can help me sort out this implementation and make it better.
First the following constraints:
1 Controller & Action that accepts all post requests, these post requests will ...
1
vote
1answer
53 views
Improving iterative manipulation on XML elements
In this reply, there's an example of how to remove a node from a XML structure.
...
5
votes
1answer
109 views
Single Sign On - SAML Response generation
I am trying to implement a IDP initiated Single Sign On Solution (service similar to onelogin's) to Cloud based Service providers such as Google Apps, Salesforce etc.
The project is a Maven eclipse ...
2
votes
1answer
63 views
Parsing XML to send data into several files
My code works for the most part. (The problems are on the html side not the python side) however I feel it could run quicker or more efficiently. Due to the size of the XML document it parses it's ...
3
votes
1answer
61 views
HttpWeb* and XmlReader Async?
I've run into the need to deserialize XML that returns from an http request. I've done some light work with XML deserialization in the past but that was against files on disk.
While attempting to ...
4
votes
1answer
40 views
Unifying XML formatting with inheritable parsing
Inspired by the XML format for game data question, I was interested to see how my system works for storing game data. My system works a lot like Halo, where there are a variety of gametypes and ...
12
votes
2answers
680 views
XML format for game data
I want to create an XML format in which I will define data objects for a game I am currently working on.
The base idea is that I will have Elements which can be ...
3
votes
0answers
50 views
Use of die() in flow control - proper and sensible?
Designed for OpenCart, vQmod places or replaces bits of code based on XML files.
The following three versions of the code achieve the same goal, which is to ...
10
votes
1answer
193 views
Why does the new ADT create a static inner class Fragment by default?
Honestly, I can't help but feel that this is done merely to confuse newcomers. Most of the errors on Stack Overflow by complete Android newbies mostly stem from that they have a static inner class ...
4
votes
1answer
147 views
Converting string array to string (and vice-versa) for storing via XML
I'm using XML to store data and I need to store a string array in it. The best way (that I can think of) to store a string array is by converting it to a single string. In order to do that, I'm using ...
0
votes
1answer
55 views
Finding the minimum of two numbers [closed]
For this flowchart on finding the minimum of 2 numbers:
I've created XML for this flowchart:
...
2
votes
1answer
60 views
FormBuilder code suggestions for POCO
I am constructing a form builder in ASP.NET and I am wanting help with the structure of my POCO classes I have the following so far. I just don't see why I need to add to a list and then process it ...
1
vote
2answers
49 views
Updating XML config files
I have been unable to find any other way to update a user config file than the following method.
...
5
votes
2answers
165 views
Short XML parser
This is my first code in C# ever. It compiles and works as intended (not complete), but I want to see what I'm doing right and wrong as a first-timer.
...
4
votes
1answer
63 views
Using XDocument properly
I have a WCF service in which I am reading and adding some records to a .xml file. I load the .xml document in the constructor and use it in all the methods and save when it's updated.
I want to ...
5
votes
2answers
193 views
How to avoid duplication in my document writer?
I have these two methods which are generating two different xml files whose header section is same and detail section varies. The root node is different for both xml files. Here I have two methods ...
3
votes
1answer
50 views
Optimisation XML handling within vb.net application
I need to optimize this snippet to be faster:
...
6
votes
1answer
104 views
Themed Folder Classification
I am trying a very simple method of getting the theme information via a theme.xml within each theme folder.
What it should do:
Scan the theme directory ../themes
Return the names of all the theme ...
2
votes
1answer
86 views
ListView with a search filter
I have this piece of code I've been working on for quite some time. It's a ListView with a search filter. Inside each row, it contains a user Image, a User's name and how many friends they have in ...
11
votes
2answers
281 views
Find records with duplicate serial number
I was tasked today with cleaning up data from a SSRS report put together by a DB programmer. The original report was to find duplicate serial number sales within a user-defined period of time. I was ...
1
vote
0answers
31 views
Displaying blog posts from non-SSL site in SSL site
The Issue
I added SSL to a previously static and non-SSL website because some new features will require it. I'm using rails 4.0.5, ruby 1.9.3, and the site is deployed on heroku. [it's at www dot ...
3
votes
1answer
88 views
Extracting the text of a specific XML node
I have to extract friendlyName from the XML document.
Here's my current solution:
...
4
votes
1answer
63 views
First attempt at designing a 'ProfileActivity'
I designed this layout in Balsamiq for my ProfileActivityand I tried to replicate it. The screen on the left fits the correct proportions, whereas the screen on the ...
3
votes
2answers
153 views
7
votes
2answers
140 views
Fluent Interface for a XmlQueryBuilder
In this answer I suggested using a fluent interface "builder" to replace all the hard-coded, repetitive and quite error-prone inline XML string concatenations.
This code might need a bit of tweaking ...
10
votes
1answer
133 views
Saving an XML file created by Tesseract OCR as a traversable object
My project here works upon output that comes out of a Tesseract OCR scan using hOCR format, then I read it with JDOM 2.0 and finally save it one of my own objects, which at a later point needs to be ...
2
votes
1answer
67 views
Optimizing playlist processing
I am trying to process an audio library file which is about 350 KB. My application processes each song on the file gets its meta-data and displays it in a List Box.
The problem is that it takes too ...
10
votes
1answer
153 views
Civilization 5 mod validator
I would like to submit a portion of my code for Code Review, and I have done my best to comment the code (and include essential parts that may aid understanding of the program) for your convenience! ...
1
vote
1answer
89 views
Manage XML file with custom XmlFileHandler class
This post is a follow up question.
The purpose of this class should became clear without any further explanation. Raise your hand. If not, then I will have to improve the naming/structure.
I would ...
8
votes
4answers
896 views
Check if XmlNode with certain attribute exists and create XmlNode if not
I'm not going to explain the purpose of the code provided below. If you do not understand it, i know that i have to improve it (naming, structure etc.).
I would like to know how to improve this code ...
6
votes
1answer
102 views
Extraction of data from Flickr
I'm crawling Flickr for data for my university research project. However it's very slow and I'm not sure what it is exactly. It could be the FileWriter slowing it ...
8
votes
2answers
83 views
Comparing Server Version Number History
I have this code that compares all version numbers of servers. (The version numbers are stored in an XML file) Before the code would compare the current version number with the previous. This caused ...
5
votes
3answers
228 views
Converting KML/XML to Javascript
So, I have the boundaries of every states in the US, from the google map KML file.
This KML file is actually a XML file.
I'm converting this file to a JS file compatible with google map in order to ...
3
votes
1answer
113 views
Parse XML using Python XML eTree
I am a high school intern, and I am trying to parse my mentor's code so that he can read in an XML file and call simple methods to edit or get information from his XML file.
I was hoping someone ...
6
votes
1answer
833 views
Dividing the screen in two halves using LinearLayout
I want to divide the screen in two halves. The layout is locked on portrait mode. The top half will have one button and the bottom half will have many buttons. That's why I choose this division, since ...