Author: mac
Date: Tue Aug 30 02:09:59 2005
New Revision: 264744

URL: http://svn.apache.org/viewcvs?rev=264744&view=rev
Log:
link tags -> a tags

Modified:
    webservices/jaxme/branches/MAVEN/projects/pm/xdocs/index.xml
    webservices/jaxme/branches/MAVEN/projects/pm/xdocs/ino.xml
    webservices/jaxme/branches/MAVEN/projects/pm/xdocs/jdbc.xml

Modified: webservices/jaxme/branches/MAVEN/projects/pm/xdocs/index.xml
URL: 
http://svn.apache.org/viewcvs/webservices/jaxme/branches/MAVEN/projects/pm/xdocs/index.xml?rev=264744&r1=264743&r2=264744&view=diff
==============================================================================
--- webservices/jaxme/branches/MAVEN/projects/pm/xdocs/index.xml (original)
+++ webservices/jaxme/branches/MAVEN/projects/pm/xdocs/index.xml Tue Aug 30 
02:09:59 2005
@@ -23,31 +23,31 @@
       <p>JaxMe Persistence Management means the ability to read JaxMe objects 
from,
         insert them into, update them in, or delete them from the database.
         These operations are supported by JaxMe's
-        <link href="../apidocs/org/apache/ws/jaxme/pm/PM.html">persistence 
managers</link>.
+        <a href="./apidocs/org/apache/ws/jaxme/pm/PM.html">persistence 
managers</a>.
         </p>
       <p>The word database has a very broad meaning. The PM layer restricts
         itself to the most basic operations. As a result, almost arbitrary
         types of databases may be used:</p>
       <ul>
         <li>Relational databases via JDBC; the
-          <link 
href="../apidocs/org/apache/ws/jaxme/pm/generator/jdbc/JaxMeJdbcSG.html">JaxMeJdbcSG</link>
+          <a 
href="./apidocs/org/apache/ws/jaxme/pm/generator/jdbc/JaxMeJdbcSG.html">JaxMeJdbcSG</a>
           may be used to read an existing database schema via JDBC metadata 
and converts
           the tables into JaxMe objects. For any table, it also creates a 
specific
           persistence manager, which is a subclass of
-          <link 
href="../apidocs/org/apache/ws/jaxme/pm/jdbc/PMJdbcImpl.html">PMJdbcImpl</link>.</li>
+          <a 
href="./apidocs/org/apache/ws/jaxme/pm/jdbc/PMJdbcImpl.html">PMJdbcImpl</a>.</li>
         <li>Native XML databases via XML:DB, a database independent API, much 
like
-          JDBC; native XML databases include <link href="ext:exist"/>,
-          <link href="ext:xindice"/>, or <link href="ext:tamino"/>. The most 
important
+          JDBC; native XML databases include <a hrefkey="link.exist">eXist</a>,
+          <a hrefkey="link.xindice">Xindice</a>, or <a 
hrefkey="link.tamino">Tamino</a>. The most important
           difference between native XML and relational databases is, that the 
formers
           have no limitations on the structure of XML documents being stored.
           <!-- TODO: Link to xmldn.org -->
           As a consequence, there is no need for specific support in the schema
-          and <link 
href="../apidocs/org/apache/ws/jaxme/pm/xmldb/XmlDbPM.html">XmlDbPM</link>,
+          and <a 
href="./apidocs/org/apache/ws/jaxme/pm/xmldb/XmlDbPM.html">XmlDbPM</a>,
           the persistence manager for XML:DB, is generic.</li>
         <li>Native XML databases via proprietary API's or protocols; currently 
this
-          only includes <link href="ext:tamino">Tamino</link>
+          only includes <a href="ext:tamino">Tamino</a>
           via the
-          <link 
href="../apidocs/org/apache/ws/pm/ino/InoManager.html">InoManager</link>.</li>
+          <a 
href="./apidocs/org/apache/ws/pm/ino/InoManager.html">InoManager</a>.</li>
       </ul>
     </section>
   </body>

Modified: webservices/jaxme/branches/MAVEN/projects/pm/xdocs/ino.xml
URL: 
http://svn.apache.org/viewcvs/webservices/jaxme/branches/MAVEN/projects/pm/xdocs/ino.xml?rev=264744&r1=264743&r2=264744&view=diff
==============================================================================
--- webservices/jaxme/branches/MAVEN/projects/pm/xdocs/ino.xml (original)
+++ webservices/jaxme/branches/MAVEN/projects/pm/xdocs/ino.xml Tue Aug 30 
02:09:59 2005
@@ -20,8 +20,8 @@
   <properties><title>Accessing a Tamino database</title></properties>
   <body>
   <section name="Accessing a Tamino database">  
-       <p><link href="ext:tamino">Tamino</link> is a native XML database by
-      <link href="ext:sag">Software AG</link>. Compared to a relational
+       <p><a hrefkey="link.tamino">Tamino</a> is a native XML database by
+      <a hrefkey="link.sag">Software AG</a>. Compared to a relational
          database, it has the disadvantage of being not very popular.
          However, if your data is structured (more structured than
          conveniently expressible by relational data structures, that is)
@@ -30,12 +30,12 @@
          may be accessed in either of three ways:</p>
        <ul>
          <li>Via the XML:DB API, implemented by the
-               <link 
href="../apidocs/org/apache/ws/jaxme/pm/xmldb/XmlDbPM.html">XmlDbPM</link>.
+               <a 
href="./apidocs/org/apache/ws/jaxme/pm/xmldb/XmlDbPM.html">XmlDbPM</a>.
                This is the recommended way if you want your application to be
                portable amongst various XML databases. The XML:DB API is
                being described in a separate document. (To be done.)</li>
          <li>Via native HTTP, implemented by the
-               <link 
href="../apidocs/org/apache/ws/jaxme/pm/ino/InoManager.html">InoManager</link>.
+               <a 
href="./apidocs/org/apache/ws/jaxme/pm/ino/InoManager.html">InoManager</a>.
            This solution is recommended, if you need a very low memory
            profile, even for processing a large result set. In particular
            it offers a true streaming mode.</li>

Modified: webservices/jaxme/branches/MAVEN/projects/pm/xdocs/jdbc.xml
URL: 
http://svn.apache.org/viewcvs/webservices/jaxme/branches/MAVEN/projects/pm/xdocs/jdbc.xml?rev=264744&r1=264743&r2=264744&view=diff
==============================================================================
--- webservices/jaxme/branches/MAVEN/projects/pm/xdocs/jdbc.xml (original)
+++ webservices/jaxme/branches/MAVEN/projects/pm/xdocs/jdbc.xml Tue Aug 30 
02:09:59 2005
@@ -115,10 +115,10 @@
       <p>The differences to the usual schema reader invocation are:</p>
       <ul>
         <li>A so-called
-          <link 
href="../apidocs/org/apache/ws/jaxme/generator/sg/SGFactoryChain.html">SGFactoryChain</link>
+          <a 
href="./apidocs/org/apache/ws/jaxme/generator/sg/SGFactoryChain.html">SGFactoryChain</a>
           is used to customize the schema binding. In this particular case it 
is an
           instance of
-          <link 
href="../apidocs/org/apache/ws/jaxme/pm/generator/jdbc/JaxMeJdbcSG.html">JaxMeJdbcSG</link>.
+          <a 
href="./apidocs/org/apache/ws/jaxme/pm/generator/jdbc/JaxMeJdbcSG.html">JaxMeJdbcSG</a>.
           This object will connect to the database and populate the original 
schema
           with columns read from the database. It will also create specific 
persistence
           managers, one for any table.</li>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to