Author: borisk
Date: Fri Mar 14 06:09:30 2008
New Revision: 637088
URL: http://svn.apache.org/viewvc?rev=637088&view=rev
Log:
Change images/ to resources/
Modified:
xerces/c/branches/xerces-2/doc/html/apiDocs-2/footer.html
xerces/c/branches/xerces-2/doc/style/stylesheets/any2project.xsl
xerces/c/branches/xerces-2/doc/style/stylesheets/document2html.xsl
Modified: xerces/c/branches/xerces-2/doc/html/apiDocs-2/footer.html
URL:
http://svn.apache.org/viewvc/xerces/c/branches/xerces-2/doc/html/apiDocs-2/footer.html?rev=637088&r1=637087&r2=637088&view=diff
==============================================================================
--- xerces/c/branches/xerces-2/doc/html/apiDocs-2/footer.html (original)
+++ xerces/c/branches/xerces-2/doc/html/apiDocs-2/footer.html Fri Mar 14
06:09:30 2008
@@ -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 © 1994-2004 The Apache Software Foundation.
All Rights Reserved.
</I></FONT></TD></TR></TABLE></BODY></HTML>
Modified: xerces/c/branches/xerces-2/doc/style/stylesheets/any2project.xsl
URL:
http://svn.apache.org/viewvc/xerces/c/branches/xerces-2/doc/style/stylesheets/any2project.xsl?rev=637088&r1=637087&r2=637088&view=diff
==============================================================================
--- xerces/c/branches/xerces-2/doc/style/stylesheets/any2project.xsl (original)
+++ xerces/c/branches/xerces-2/doc/style/stylesheets/any2project.xsl Fri Mar 14
06:09:30 2008
@@ -11,7 +11,7 @@
</xsl:template>
<xsl:template match="img">
- <resource source="[EMAIL PROTECTED]" target="images/[EMAIL PROTECTED]"/>
+ <resource source="[EMAIL PROTECTED]" target="resources/[EMAIL PROTECTED]"/>
</xsl:template>
<xsl:template match="node()">
Modified: xerces/c/branches/xerces-2/doc/style/stylesheets/document2html.xsl
URL:
http://svn.apache.org/viewvc/xerces/c/branches/xerces-2/doc/style/stylesheets/document2html.xsl?rev=637088&r1=637087&r2=637088&view=diff
==============================================================================
--- xerces/c/branches/xerces-2/doc/style/stylesheets/document2html.xsl
(original)
+++ xerces/c/branches/xerces-2/doc/style/stylesheets/document2html.xsl Fri Mar
14 06:09:30 2008
@@ -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 © <xsl:value-of select="$copyright"/>.
@@ -417,7 +417,7 @@
</xsl:template>
<xsl:template match="img">
- <img src="images/[EMAIL PROTECTED]" border="0" vspace="4" hspace="4"
align="right"/>
+ <img src="resources/[EMAIL PROTECTED]" border="0" vspace="4" hspace="4"
align="right"/>
</xsl:template>
<xsl:template match="resource-ref">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]