Ceroc Scotland Charity Champs
Scottish Charity Champs
Edinburgh: Sat. 18/10/08
(with Pre-Champs Party on Friday 17th October)

Ceroc Scotland Forum

Ceroc Scotland Homepage

Ceroc learn to dance the easy way!


Go Back   Ceroc Scotland Forum > Discussion Lounge > Geeks' Corner

Geeks' Corner A place to hang out to solve all your computer, electronic, technical or telecommunication problems. Be warned that a strong bias towards Apple products will be shown by moderators / admins!

Quick News
- Residential Focus BLUES Week-ender 5th/7th September. Friday, Saturday & Sunday parties open to everyone... With extra Blues Room on the Saturday night.
- Utopia Scotland Week-end: 27th/28th Sept. Edinburgh. @ St Stephens, Stockbridge,Edinburgh.
A Special week-end of Blues workshops and Utopia party nights + tea-dance with Guest teachers/DJ: Val & Dave.

Upgrade your Forum experience, become a SILVER MEMBER!
Benefits of Silver membership: - View what everyone is up to on the 'Who's online page, be invisible on the Forum, Create your own Blog, Join the Chat Rooms :) Remove Google Adverts, Filter new posts to avoid certain areas (e.g. Fun & Games, Chit Chat, Geek corner, etc...) when searching new posts, choose a custom avatar and have a Signature! Join today from as little as £6.00

Reply
 
LinkBack Thread Tools Display Modes
Old 10th-August-2005, 05:23 PM   #1 (permalink)
Registered User
 
Clive Long's Avatar
 
Join Date: Jan 2005
Location: London-innit
Posts: 1,465
Status: No Status
Rep Power: 3 Clive Long is a name known to allClive Long is a name known to allClive Long is a name known to allClive Long is a name known to allClive Long is a name known to allClive Long is a name known to allClive Long is a name known to allClive Long is a name known to allClive Long is a name known to allClive Long is a name known to all
Any XML developers out there?

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
Clive Long is offline   Reply With Quote
Old 10th-August-2005, 05:48 PM   #2 (permalink)
Registered User
 
killingtime's Avatar
 
Join Date: Jul 2005
Location: Edmonton, AB
Posts: 2,346
Status: No Status
Rep Power: 2 Rep.: 1053
killingtime is a name known to allkillingtime is a name known to allkillingtime is a name known to allkillingtime is a name known to allkillingtime is a name known to allkillingtime is a name known to allkillingtime is a name known to allkillingtime is a name known to all
Re: Any XML developers out there?

Quote:
Originally Posted by Clive Long
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)
We use it all over the shop. My primary use of it is focused around XML document processing through XSLT (including rendering in XHTML + XForms). Communication through SOAP. A little bit of some of the many XML standards out there. For example using XInclude for document inclusion processing. I use Apache Cocoon as a pipeline framework. Don't really send alternative rendering for multiple targets but I'm keeping it in mind while developing the system.

Oh and Schema. OK basically I'm an XML nut.

Quote:
Originally Posted by Clive Long
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)
It is interesting to not see "as XML" (or would you deem that flat files) as an option. Anyway for the XForms data we get back from the client we then persist in a SQL database and when data is fetched back the row(s) are converted back into XML based on the Schema.

Quote:
Originally Posted by Clive Long
3. What benefits have accrued from using XML?
It's really easy to take an XML document and make another one out of it using XSLT (which is, as it happens, an XML document). I like that; a lot. For example I can provide the news as an Atom feed and then feed that into the body of a HTML file.

If you have a Schema you can easily get real time validation on files and such so some of the tools are really good to work with.

Quote:
Originally Posted by Clive Long
4. What problems are experienced using XML?
Sometimes trying to debug some of the processing (when things go wrong) can be a pain. Umm the SQL tools I have for mapping I haven't been that impressed with but they are improving. It can be a bit verbose but I don't see that as a big deal.
killingtime is offline   Reply With Quote
Old 10th-August-2005, 06:11 PM   #3 (permalink)
Lou
Not a spoon!
 
Lou's Avatar
 
Join Date: Jun 2002
Location: Holby
Posts: 3,383
Status: Raising eyebrows
Rep Power: 5 Rep.: 1469
Lou is a name known to allLou is a name known to allLou is a name known to allLou is a name known to allLou is a name known to allLou is a name known to allLou is a name known to allLou is a name known to allLou is a name known to allLou is a name known to all
Re: Any XML developers out there?

Hi Clive! How's the course going?

Quote:
Originally Posted by Clive Long
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)
All of the above, plus, as a data modeller, I store my models & metamodels in XML.
Quote:
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)
Again - all of the above. And we also hold it in the CVS repository for software builds.

Hmmm... I haven't really got any particular things to add to benefits & problems - but I'm not a huge fan of maintaining my models in XML, as I'm a graphical person - so I prefer modelling tools. So, one issue I have is trying to import & export the xml into various bits of software.

Hope this helps, anyway.
__________________
"I'm a girl! I don't even like the good Monty Python sketches!"
Lou is offline   Reply With Quote
Old 10th-August-2005, 07:01 PM   #4 (permalink)
Registered User
 
spindr's Avatar
 
Join Date: Apr 2003
Location: Basingstoke
Posts: 1,558
Status: No Status
Rep Power: 3 Rep.: 686
spindr is a glorious beacon of lightspindr is a glorious beacon of lightspindr is a glorious beacon of lightspindr is a glorious beacon of lightspindr is a glorious beacon of lightspindr is a glorious beacon of light
Re: Any XML developers out there?

Well the whole of my www.afterfive.co.uk website's "developed" in XML -- and it's all downloadable including the XSLT scripts (http://www.afterfive.co.uk/guide/latest/xml.tar.bz2) if you wanna' take a look.

The great benefit is that the XSLT stuff makes transforming the content from XML to XHTML, RTF, LaTeX, Cerocwiki, etc. formats a doddle -- as long as you *think* about the problem first -- and have a good DTD (yeah, I know I should move to schema, but I'll wait for a bit first).

I use Saxon mostly and occasionally xsltproc.

In the past I've been able to take structure documents to/from databases really easily -- which means you get the benefits of both file and database based systems, e.g. it's really horrible trying to spellcheck data in a database, and it's not that easy to get a SQL like query from XML -- but having a decent structure made it easy.

I've been starting to look at XInclude which looks like it could make life easier -- plus, also looking at SVG, and that's definitely looking a fun way to make graphics easily in XML.

Cheers,
SpinDr.
spindr is offline   Reply With Quote
Old 10th-August-2005, 11:05 PM   #5 (permalink)
Registered User
 
frodo's Avatar
 
Join Date: Mar 2003
Posts: 672
Status: No Status
Rep Power: 3 Rep.: 186
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
Advertisement
 
Advertisement
Sponsored links

Reply

Bookmarks

Tags
developers, xml

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
If Architects Had To Work Like Web Developers Lou Fun and Games 4 1st-November-2004 07:03 PM


The time in sunny Scotland is 12:41 PM.

These are the 100 most used thread tags
Tag Cloud
2005 2006 2007 2008 aberdeen advice aftermath april ashtons august baby back ball ballroom beach beginners big blackpool blaze blues camber car ceroc champs change christmas class competition dance dancer dancers dancing day dec dvd edinburgh feb free freestyle friday game glasgow hammersmith jan jive july june lead life lift london make male man march men modern move music needed night partner people photos question rep room sat saturday scotland scottish shoes song southport strictly sunday swing tango teachers test thread ticket time tips tonight tracks utopia venue video wanted wcs week weekend weekender weekenders west women work workshop world

Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Ad Management by RedTyger

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18