Jump to content
Science Forums

Recommended Posts

Posted

I need to freshen up my XML skills ASAP, and especially XSD which I have not really worked with before. I have to create some templates for an application which uses XML documents to store groups of rules for processing images.

 

If anyone can recommend books or websites on this topic I'd be very grateful! :)

 

By the way I am reading through this XML Schema Tutorial but need something more hands-on with exercises or a sample application.

Posted

Thanks for the great input. I know the basics of XML and we're even using it between the portal and the forums here at Hypography. But it's been a while since I needed to do any "serious" XML work so I need some refreshing and learning-of-new-things.

Posted

Get a tool! There are lots out there. I've just been using the Visual Studio 2005 tools which produce schemas from XML examples. You then have to add domain restrictions, etc. but it sure saves a lot of time.

 

That and the little O'reilly XML quick guide is all I really use although I have "XML in a Nutshell" around here somewhere too...

 

<xs:element name="Buffy">

<xs:complexType>

</xs:element>

Posted
I downloaded a trial of XMLspy today and wrote my first XSD. My longish XML file validated with a few tweaks. Brilliant stuff. :naughty:
I have several friends who swear by XMLspy. I have downloaded it but never fiddled with it (VS is too nicely integrated with what we're doing: click, click, db->datastructure->xml->display and versa-vice (with some help from XSLT!))...maybe someday....

 

Schematically yours, :graduate:

Buffy

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...