Author: smoe-guest Date: 2009-09-03 16:15:02 +0000 (Thu, 03 Sep 2009) New Revision: 3874
Modified: trunk/community/website/organisations.xml trunk/community/website/organisations.xsl Log: Fixed umlaut. Modified: trunk/community/website/organisations.xml =================================================================== --- trunk/community/website/organisations.xml 2009-09-03 15:49:44 UTC (rev 3873) +++ trunk/community/website/organisations.xml 2009-09-03 16:15:02 UTC (rev 3874) @@ -1,5 +1,10 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <?xml-stylesheet type="text/xsl" href="organisations.xsl"?> +<!-- + see + http://www.roubaixinteractive.com/PlayGround/XSLT/HTML_Characters.asp + for umlauts or accents of various sorts +--> <organisations> <org> <title>ISCB</title> @@ -21,7 +26,7 @@ <org> <title>GI-BIOINF</title> - <longtitle>Gesellschaft fuer Informatik, Fachgruppe Informatik in den Biowissenschaften</longtitle> + <longtitle>Gesellschaft für Informatik, Fachgruppe Informatik in den Biowissenschaften</longtitle> <url>http://www.cebitec.uni-bielefeld.de/groups/fg402/</url> <description>organises annual (mostly) english-spoken German Conference in Bioinforamtics</description> <members>Steffen</members> Modified: trunk/community/website/organisations.xsl =================================================================== --- trunk/community/website/organisations.xsl 2009-09-03 15:49:44 UTC (rev 3873) +++ trunk/community/website/organisations.xsl 2009-09-03 16:15:02 UTC (rev 3874) @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> +<xsl:output method="html" encoding="ISO-8859-1"/> <xsl:variable name="empty_string" select="''" /> <xsl:template match="/"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
