What does it mean that StAX parsers aren’t complete or correct?
I’ve been browsing the net and found theses two slides on site of XOM (XML object model):
What methodology to use for planning/developing a Language conversion project?
I am trying to help my friend by creating a part of his on-going project.
Is using something other than XML advisable for my configuration file?
I have a small tool I’m designing which would require a configuration file of some sort. The configuration file in my case is really more of a database, but it needs to be lightweight, and if needed the end-user should find it easily editable. However, it also will contain a lot of things in it. (depending on certain factors, could be 1Mb or more)
Unit test: How best to provide an XML input?
I need to write a unit test which validates the serialization of two attributes of an XML(size ~ 30 KB) file.
How to structure a XML-based order form using ASP.NET
First question here; please help me if I’m doing something wrong.
Parsing stdout with custom format or standard format?
To integrate with other executables, a executable may launch another executable and capture its output from stdout.
Methodology behind fetching large XML data sets in pieces
I am working on an HTTP Server in Delphi which simply sends back a custom XML dataset. I am not following any type of standard formatting, such as SOAP. I have the system working seamlessly, except one small flaw: When I have a very large dataset to send back to the client, it might take up to 2 minutes for all the data to be transferred. The HTTP Server I’m building is essentially an XML Data based API around a database, implementing the common business rule – therefore, the requests are specific to the data behind the system.
Using xml datatype to store a “shopping cart”
For my final project in school we have to develop an online shop. This shop should have a cart where items can be placed whether or not you are logged in. If you log out the cart shouldn’t empty and should still be shown.
Validating Objects With XSDs: Is Re-Serializing Redundant or Negligible?
Context:
Copyright notice in CSS or XML files
I’m currently working on an open-source project. Currently, we put our copyright notice at the top of every Java source file.