[Mulgara-svn] r226 - trunk/docs/site-src/descriptors

ronald at mulgara.org ronald at mulgara.org
Sat Apr 14 23:23:36 UTC 2007


Author: ronald
Date: 2007-04-14 18:23:35 -0500 (Sat, 14 Apr 2007)
New Revision: 226

Modified:
   trunk/docs/site-src/descriptors/descriptorlist.html
   trunk/docs/site-src/descriptors/descriptortag.html
   trunk/docs/site-src/descriptors/querytag.html
Log:
Escape < and > for proper (x)html.


Modified: trunk/docs/site-src/descriptors/descriptorlist.html
===================================================================
--- trunk/docs/site-src/descriptors/descriptorlist.html	2007-04-14 23:21:47 UTC (rev 225)
+++ trunk/docs/site-src/descriptors/descriptorlist.html	2007-04-14 23:23:35 UTC (rev 226)
@@ -102,7 +102,7 @@
 &nbsp;]]&gt;<br />
 &nbsp;&lt;/mulgaraDescriptor:query&gt;</p>
 
-<p class="listcontinue">This tag is an extension to XSL allowing queries to be made to a Mulgara database. See <a id="h823" class="documentlinktemplate" title="The <query> Tag" href="/descriptors/querytag.html">The &lt;query&gt; Tag section</a> for more information.</p>
+<p class="listcontinue">This tag is an extension to XSL allowing queries to be made to a Mulgara database. See <a id="h823" class="documentlinktemplate" title="The &lt;query&gt; Tag" href="/descriptors/querytag.html">The &lt;query&gt; Tag section</a> for more information.</p>
 
 <p class="listcontinue">In a text child of this tag (that is, between the open and closing tags) an iTQL command is placed. The query text is stored in a CDATA section so as to stop the XML parser having problems with the angle brackets surrounding resources. The use of the <code>@@server@@</code> is a simple token replacement mechanism. Any time a piece to text is found surrounded by '@@' the Descriptor looks for the text as an attribute of the query tag and replaces it with that value.</p>
 

Modified: trunk/docs/site-src/descriptors/descriptortag.html
===================================================================
--- trunk/docs/site-src/descriptors/descriptortag.html	2007-04-14 23:21:47 UTC (rev 225)
+++ trunk/docs/site-src/descriptors/descriptortag.html	2007-04-14 23:23:35 UTC (rev 226)
@@ -1,7 +1,7 @@
 @@includeTop@@
  
-    <title>Mulgara &#124; Semantic Store - The <descriptor> Tag </title>
-    <meta name="keywords" content="The <descriptor> Tag, mulgara project, metadata, metastore, metadatabase, datastore, database, scaleable, scalable, transaction, java, open source, rdf, resource description framework" />
+    <title>Mulgara &#124; Semantic Store - The &lt;descriptor&gt; Tag </title>
+    <meta name="keywords" content="The &lt;descriptor&gt; Tag, mulgara project, metadata, metastore, metadatabase, datastore, database, scaleable, scalable, transaction, java, open source, rdf, resource description framework" />
 	
 @@includeMiddle@@		
    

Modified: trunk/docs/site-src/descriptors/querytag.html
===================================================================
--- trunk/docs/site-src/descriptors/querytag.html	2007-04-14 23:21:47 UTC (rev 225)
+++ trunk/docs/site-src/descriptors/querytag.html	2007-04-14 23:23:35 UTC (rev 226)
@@ -1,7 +1,7 @@
 @@includeTop@@
  
-    <title>Mulgara &#124; Semantic Store - The <query> Tag</title>
-    <meta name="keywords" content="The <query> Tag, mulgara project, metadata, metastore, metadatabase, datastore, database, scaleable, scalable, transaction, java, open source, rdf, resource description framework" />
+    <title>Mulgara &#124; Semantic Store - The &lt;query&gt; Tag</title>
+    <meta name="keywords" content="The &lt;query&gt; Tag, mulgara project, metadata, metastore, metadatabase, datastore, database, scaleable, scalable, transaction, java, open source, rdf, resource description framework" />
 	
 @@includeMiddle@@		
    




More information about the Mulgara-svn mailing list