diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-10-01 11:56:00 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-10-01 11:56:00 +0000 |
commit | 77d737ee88c7ac14aead1dd70dafe270a2624ef0 (patch) | |
tree | 6c394d8308f5374809b0162fc0be16c6eff713f8 /es_ES.ISO8859-1/share/xml/libcommon.xsl | |
parent | b4346b9b2dfe86a97907573086dff096850dcb1d (diff) | |
download | doc-77d737ee88c7ac14aead1dd70dafe270a2624ef0.tar.gz doc-77d737ee88c7ac14aead1dd70dafe270a2624ef0.zip |
- Rename the share/sgml directories to share/xml
- Fix build errors from the next change
Approved by: doceng (implicit)
Notes
Notes:
svn path=/head/; revision=39632
Diffstat (limited to 'es_ES.ISO8859-1/share/xml/libcommon.xsl')
-rw-r--r-- | es_ES.ISO8859-1/share/xml/libcommon.xsl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/es_ES.ISO8859-1/share/xml/libcommon.xsl b/es_ES.ISO8859-1/share/xml/libcommon.xsl new file mode 100644 index 0000000000..631df2f57f --- /dev/null +++ b/es_ES.ISO8859-1/share/xml/libcommon.xsl @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="iso-8859-1" ?> +<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN" + "http://www.FreeBSD.org/XML/www/share/xml/xslt10-freebsd.dtd"> +<!-- $FreeBSD$ --> + +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> + <xsl:import href="http://www.FreeBSD.org/XML/www/share/xml/libcommon.xsl"/> +</xsl:stylesheet> |