Difference between revisions of "How-To"

From The SBN Wiki
Jump to navigation Jump to search
(Re-arranging)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
This page links to short tutorials and worked examples. Note that these may be in development as you're looking at them - if something seems wonky, check the "last edit" date.
 
This page links to short tutorials and worked examples. Note that these may be in development as you're looking at them - if something seems wonky, check the "last edit" date.
 +
 +
Got a topic you'd like to see a tutorial for?  List it on the [[Talk:How-To|Discussion page]], accessible via the tab in the upper left.
  
 
== The '''Eclipse''' IDE ==
 
== The '''Eclipse''' IDE ==
Line 9: Line 11:
 
** [[Configuring XML Schema validation]]
 
** [[Configuring XML Schema validation]]
 
** [[Configuring Schematron validation]]
 
** [[Configuring Schematron validation]]
 +
* How do I ... ?
 +
** [[Eclipse: Creating a New XML File from an XSD Schema File | Create a New XML File from an XSD Schema File]]
  
 +
----
 +
----
 
There are other open source and freeware XML editors out there.  If you find one you like, please feel free to add it and associated information to this section of the wiki.
 
There are other open source and freeware XML editors out there.  If you find one you like, please feel free to add it and associated information to this section of the wiki.
 +
----
 +
----

Latest revision as of 22:08, 4 September 2012

This page links to short tutorials and worked examples. Note that these may be in development as you're looking at them - if something seems wonky, check the "last edit" date.

Got a topic you'd like to see a tutorial for? List it on the Discussion page, accessible via the tab in the upper left.

The Eclipse IDE

Eclipse is an open source development platform that can be configured to support a number of different activities, including XML and schema development. There is one flavor of eclipse that includes an XML- and schema-aware editor. If you've never used an XML-aware editor before, this is a cheap way to try one out - but don't expect a lot of bells and whistles.



There are other open source and freeware XML editors out there. If you find one you like, please feel free to add it and associated information to this section of the wiki.