From: Arjen J.W. P. <po...@us...> - 2008-10-10 11:10:03
|
Update of /cvsroot/springframework/spring/docs/reference/styles In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6016 Modified Files: tracking.xsl Log Message: Minor tweaking of the tracking codes Index: tracking.xsl =================================================================== RCS file: /cvsroot/springframework/spring/docs/reference/styles/tracking.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tracking.xsl 10 Oct 2008 10:51:41 -0000 1.1 --- tracking.xsl 10 Oct 2008 11:09:57 -0000 1.2 *************** *** 1,11 **** <?xml version="1.0" ?> <!-- ! This is the XSL HTML configuration file for the Spring Reference Documentation. --> - <!DOCTYPE xsl:stylesheet [ - <!ENTITY db_xsl_path "../lib/docbook-xsl/"> - <!ENTITY callout_gfx_path "../images/callouts/"> - <!ENTITY admon_gfx_path "../images/admons/"> - ]> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns="http://www.w3.org/TR/xhtml1/transitional"> <!-- Google Analytics --> --- 1,7 ---- <?xml version="1.0" ?> <!-- ! Adds HTML tracking codes to the Spring Reference Documentation. ! Imported from html.xsl and html_chunk.xsl. --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns="http://www.w3.org/TR/xhtml1/transitional"> <!-- Google Analytics --> |