The more complete fix is to find which stylesheets use this information and ensure use of the normalize-space() function. Otherwise everyone else who has whitespace in their source will have the same problem. Such whitespace in xml is legitimate.
BTW, i wonder why we use a remote resource. I am sure that we have that image in SVN. -David > Author: gmcdonald > Date: Sun Sep 10 16:48:49 2006 > New Revision: 442037 > > URL: http://svn.apache.org/viewvc?view=rev&rev=442037 > Log: > Whitespace and illegal character cleanup to fix FOR-929 > > Modified: > > forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv > > Modified: > forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv > URL: > http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv?view=diff&rev=442037&r1=442036&r2=442037 > ============================================================================== > --- > forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv > (original) > +++ > forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv > Sun Sep 10 16:48:49 2006 > @@ -416,8 +416,7 @@ > <credit role="accueil"> > <name>Built with Cocoon</name> > <url>http://cocoon.apache.org/</url> > - <image> > - > http://forrest.apache.org/images/built-with-cocoon.gif</image> > + > <image>http://forrest.apache.org/images/built-with-cocoon.gif</image> > </credit> > </credits> > </forrest:property> >
