View Single Post
Old 10th-August-2005, 11:05 PM   #5 (permalink)
frodo
Registered User
 
frodo's Avatar
 
Join Date: Mar 2003
Posts: 691
Status: No Status
Rep Power: 3 Rep.: 188
frodo has a spectacular aura aboutfrodo has a spectacular aura about
Re: Any XML developers out there?

Quote:
Originally Posted by Clive Long
Just a general "usage" question - nothing "technical". This question is again "course" related - I'm not trying to pinch commercial ideas.


1. If your organisation uses XML what is its primary application?
1.1 Data transfer between devices?
1.2 Content "distribution" for rendering on different devices / browsers?
1.3 Other? (please specify)

2. How does your organisation "hold" its XML
2.1 In "flat files"?
2.2 In some standard database e.g. Oracle?
2.3 Other? (please specify)

3. What benefits have accrued from using XML?

4. What problems are experienced using XML?


Thanks

Clive
1. Mostly configuration, though 1.1 and 1.2 to a limited degree.

2. Mostly flat files, sometimes in popular relational databases. Sometimes stored as compressed binary text rather simple text.

3. Being able to express higher level concepts in a somewhat standardised way compared to the next level down - plain text - it saves having to agree these every time; ability to use tools based on the higher level concepts save further time, and standards make it possible to substitute different tools in case one doesn't come up to scratch.

4.
Whitespace handling being pretty hit and miss between systems.

Speed / size.

General lack of understanding of XML - So lots of things purporting to be XML or use XML standards aren't / don't.

The less than optimal fit to XML of some major relational databases.
frodo is offline   Reply With Quote