<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.cansas.org/index.php?action=history&amp;feed=atom&amp;title=xsd-documentation.xsl</id>
	<title>xsd-documentation.xsl - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cansas.org/index.php?action=history&amp;feed=atom&amp;title=xsd-documentation.xsl"/>
	<link rel="alternate" type="text/html" href="https://wiki.cansas.org/index.php?title=xsd-documentation.xsl&amp;action=history"/>
	<updated>2026-05-06T16:40:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.4</generator>
	<entry>
		<id>https://wiki.cansas.org/index.php?title=xsd-documentation.xsl&amp;diff=205&amp;oldid=prev</id>
		<title>Jemian: tool to extract the documentation from the XML Schema</title>
		<link rel="alternate" type="text/html" href="https://wiki.cansas.org/index.php?title=xsd-documentation.xsl&amp;diff=205&amp;oldid=prev"/>
		<updated>2008-01-25T19:37:43Z</updated>

		<summary type="html">&lt;p&gt;tool to extract the documentation from the XML Schema&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This XSL file is used to extract the documentation of the cansas1d standard from the cansas1d.xsd Schema.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;xsl:stylesheet version=&amp;quot;1.0&amp;quot;&lt;br /&gt;
	xmlns:xsd=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&lt;br /&gt;
	xmlns:xsl=&amp;quot;http://www.w3.org/1999/XSL/Transform&amp;quot;&lt;br /&gt;
	xmlns:cs=&amp;quot;http://www.smallangles.net/cansas1d&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;!-- http://www.w3schools.com/xsl/xsl_transformation.asp --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;xsl:strip-space elements=&amp;quot;DT DD&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;xsl:template match=&amp;quot;/&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;html&amp;gt;&lt;br /&gt;
			&amp;lt;head&amp;gt;&lt;br /&gt;
				&amp;lt;title&amp;gt;&lt;br /&gt;
					Extracted documentation from canSAS 1-D XML Schema&lt;br /&gt;
				&amp;lt;/title&amp;gt;&lt;br /&gt;
			&amp;lt;/head&amp;gt;&lt;br /&gt;
			&amp;lt;body&amp;gt;&lt;br /&gt;
				&amp;lt;h1&amp;gt;&lt;br /&gt;
					Extracted documentation from canSAS 1-D XML Schema&lt;br /&gt;
				&amp;lt;/h1&amp;gt;&lt;br /&gt;
				&amp;lt;DL&amp;gt;&lt;br /&gt;
				&amp;lt;xsl:apply-templates select=&amp;quot;//xsd:documentation&amp;quot; /&amp;gt;&lt;br /&gt;
				&amp;lt;/DL&amp;gt;&lt;br /&gt;
			&amp;lt;/body&amp;gt;&lt;br /&gt;
		&amp;lt;/html&amp;gt;&lt;br /&gt;
	&amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;xsl:template match=&amp;quot;xsd:documentation-html&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;DT&amp;gt;&amp;lt;xsl:value-of select=&amp;quot;xsd:DT&amp;quot; /&amp;gt;&amp;lt;/DT&amp;gt;&lt;br /&gt;
		&amp;lt;DD&amp;gt;&amp;lt;xsl:value-of select=&amp;quot;xsd:DD&amp;quot; /&amp;gt;&amp;lt;/DD&amp;gt;&lt;br /&gt;
	&amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;xsl:template match=&amp;quot;xsd:documentation&amp;quot;&amp;gt;&lt;br /&gt;
		;&amp;amp;lt;TT&amp;amp;gt;&amp;lt;xsl:value-of select=&amp;quot;xsd:DT&amp;quot; /&amp;gt; &amp;amp;lt;/TT&amp;amp;gt;:&lt;br /&gt;
		&amp;lt;xsl:value-of select=&amp;quot;xsd:DD&amp;quot; /&amp;gt; &amp;amp;lt;br /&amp;amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/xsl:stylesheet&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jemian</name></author>
	</entry>
</feed>