Author: rgardler
Date: Mon Feb 26 15:56:30 2007
New Revision: 512084
URL: http://svn.apache.org/viewvc?view=rev&rev=512084
Log:
Description needs to be in a <p> since doap content may not be marked up (now
it may cause a problem if it is marked up)
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl?view=diff&rev=512084&r1=512083&r2=512084
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl
Mon Feb 26 15:56:30 2007
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
@@ -66,7 +65,7 @@
<xsl:if test="doap:description">
<section>
<title>Description</title>
- <xsl:value-of select="doap:description"/>
+ <p><xsl:value-of select="doap:description"/></p>
</section>
</xsl:if>
</body>