<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.wikiworld.com/index.php?action=history&amp;feed=atom&amp;title=RelaxNg</id>
	<title>RelaxNg - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.wikiworld.com/index.php?action=history&amp;feed=atom&amp;title=RelaxNg"/>
	<link rel="alternate" type="text/html" href="https://www.wikiworld.com/index.php?title=RelaxNg&amp;action=history"/>
	<updated>2026-05-06T14:21:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://www.wikiworld.com/index.php?title=RelaxNg&amp;diff=1980&amp;oldid=prev</id>
		<title>imported&gt;Import: Imported current content</title>
		<link rel="alternate" type="text/html" href="https://www.wikiworld.com/index.php?title=RelaxNg&amp;diff=1980&amp;oldid=prev"/>
		<updated>2026-01-28T11:54:25Z</updated>

		<summary type="html">&lt;p&gt;Imported current content&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;RELAX NG&lt;br /&gt;
http://www.oasis-open.org/committees/relax-ng/compact-20021121.html&lt;br /&gt;
&lt;br /&gt;
RELAX NG Compact Syntax&lt;br /&gt;
Committee Specification 21 November 2002&lt;br /&gt;
&lt;br /&gt;
Topologi Collaborative Markup Editor Supports RELAX NG.&lt;br /&gt;
http://xml.coverpages.org/ni2002-04-05-a.html&lt;br /&gt;
&lt;br /&gt;
RELAX NG: DTDs on Warp Drive&lt;br /&gt;
A major goal of RELAX NG is that it be easy to learn and easy to use. Schemas can be patterned after the structure of the documents they describe, but need not be: definitions to be composed from other definitions in a variety of ways. Attributes and elements are treated uniformly as much as possible. RELAX NG supports pluggable simple datatype libraries, from a trivial one that describes only strings and tokens to the full XML Schema Part 2; new ones can be readily designed and built as needed. RELAX NG provides full support for namespaces. RELAX NG provides two interconvertible syntaxes, an XML one for processing, and a compact non-XML one for human authoring.&lt;br /&gt;
&lt;br /&gt;
You will learn how to use the RELAX NG schema language, an alternative schema language for XML. RELAX NG allows easy and intuitive descriptions of just what is and what is not allowed in an XML document. It is simple enough to learn in a few hours, and rich and flexible enough to support the design and validation of every kind of document from the very simple to the very complex. Once RELAX NG&amp;#039;s concepts have crossed the blood-brain barrier, you will never be able to take any other schema language seriously again.&lt;br /&gt;
http://www.xmlconference.org/xmlusa/2002/mondaypm.asp&lt;br /&gt;
&lt;br /&gt;
http://www.oasis-open.org/committees/relax-ng/tutorial-20011203.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
namespace x = &amp;quot;http://www.example.com&amp;quot;&lt;br /&gt;
external &amp;quot;foo.rng&amp;quot; inherit = x&lt;br /&gt;
&lt;br /&gt;
is equivalent to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;externalRef href=&amp;quot;foo.rng&amp;quot;&lt;br /&gt;
  ns=&amp;quot;http://www.example.com&amp;quot;&lt;br /&gt;
  xmlns=&amp;quot;http://relaxng.org/ns/structure/1.0&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
## Represents a language&lt;br /&gt;
element lang {&lt;br /&gt;
  ## English&lt;br /&gt;
  &amp;quot;en&amp;quot; ||&lt;br /&gt;
  ## Japanese&lt;br /&gt;
  &amp;quot;jp&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
turns into&lt;br /&gt;
&lt;br /&gt;
&amp;lt;element name=&amp;quot;lang&amp;quot;&lt;br /&gt;
    xmlns:a=&amp;quot;http://relaxng.org/ns/compatibility/annotations/1.0&amp;quot;&lt;br /&gt;
    xmlns=&amp;quot;http://relaxng.org/ns/structure/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;a:documentation&amp;gt;Represents a language&amp;lt;/a:documentation&amp;gt;&lt;br /&gt;
  &amp;lt;choice&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;en&amp;lt;/value&amp;gt;&lt;br /&gt;
    &amp;lt;a:documentation&amp;gt;English&amp;lt;/a:documentation&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;jp&amp;lt;/value&amp;gt;&lt;br /&gt;
    &amp;lt;a:documentation&amp;gt;Japanese&amp;lt;/a:documentation&amp;gt;&lt;br /&gt;
  &amp;lt;/choice&amp;gt;&lt;br /&gt;
&amp;lt;/element&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This is very muck like what [[WikiTalk]].  Is [[WikiTalk]] really necessary anymore?  It is at the very least a place to do RELAX NG and all the other good stuff at http://www.w3.org/ collaboratively,  [[WikiObjects]] will be BIG fun toys.&lt;br /&gt;
&lt;br /&gt;
http://www.oasis-open.org/committees/relax-ng/compact-20021121.html&lt;/div&gt;</summary>
		<author><name>imported&gt;Import</name></author>
	</entry>
</feed>