From f51f8384e83e02365cf31bdc76aea4d9c930245b Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <borisk@apache.org>
Date: Fri, 14 Mar 2008 13:08:06 +0000
Subject: [PATCH] Change images/ to resources/

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@637087 13f79535-47bb-0310-9956-ffa450edef68
---
 doc/html/apiDocs-3/footer.html          | 2 +-
 doc/style/stylesheets/any2project.xsl   | 2 +-
 doc/style/stylesheets/document2html.xsl | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/html/apiDocs-3/footer.html b/doc/html/apiDocs-3/footer.html
index f54419017..8a9837593 100644
--- a/doc/html/apiDocs-3/footer.html
+++ b/doc/html/apiDocs-3/footer.html
@@ -1,5 +1,5 @@
     </FONT></TD></TR></TABLE><BR>
-</TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1" alt=""></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I>
+</TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="../resources/dot.gif" width="1" alt=""></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I>
               Copyright &copy; 1994-2004 The Apache Software Foundation.
               All Rights Reserved.
             </I></FONT></TD></TR></TABLE></BODY></HTML>
diff --git a/doc/style/stylesheets/any2project.xsl b/doc/style/stylesheets/any2project.xsl
index 191961fd5..88ba13075 100644
--- a/doc/style/stylesheets/any2project.xsl
+++ b/doc/style/stylesheets/any2project.xsl
@@ -11,7 +11,7 @@
   </xsl:template>
 
   <xsl:template match="img">
-    <resource source="{@src}" target="images/{@src}"/>
+    <resource source="{@src}" target="resources/{@src}"/>
   </xsl:template>
 
   <xsl:template match="node()">
diff --git a/doc/style/stylesheets/document2html.xsl b/doc/style/stylesheets/document2html.xsl
index 6ef6d6252..55962e1bb 100644
--- a/doc/style/stylesheets/document2html.xsl
+++ b/doc/style/stylesheets/document2html.xsl
@@ -78,7 +78,7 @@
           </tr>
         </table><br/>
         <table width="620" border="0" cellspacing="0" cellpadding="0">
-          <tr><td bgcolor="#0086b2"><img src="images/dot.gif" width="1" height="1"/></td></tr>
+          <tr><td bgcolor="#0086b2"><img src="resources/dot.gif" width="1" height="1"/></td></tr>
           <tr>
             <td align="center"><font size="-1" color="#0086b2"><i>
               Copyright &#169; <xsl:value-of select="$copyright"/>.
@@ -417,7 +417,7 @@
   </xsl:template>
 
   <xsl:template match="img">
-    <img src="images/{@src}" border="0" vspace="4" hspace="4" align="right"/>
+    <img src="resources/{@src}" border="0" vspace="4" hspace="4" align="right"/>
   </xsl:template>
 
   <xsl:template match="resource-ref">
-- 
GitLab