freebsd-ports/x11/yelp/files/patch-stylesheets_yelp-custom.xml
Joe Marcus Clarke 1e3a056067 Fix the warnings spewed out by Yelp after upgrading to libxml2-2.6.x.
This makes the Yelp XSL customizations Namespace 1.0 compliant.

Prodded to fix by:	bland
Obtained from:		Mandrake
2004-01-06 04:04:05 +00:00

9 lines
433 B
XML

--- stylesheets/yelp-custom.xsl.orig Mon Jan 5 22:58:54 2004
+++ stylesheets/yelp-custom.xsl Mon Jan 5 22:59:07 2004
@@ -1,5 +1,6 @@
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">