docs-common/packaging get-title.xsl,NONE,1.1 get-desc.xsl,NONE,1.1

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Aug 19 18:17:23 UTC 2006


Author: pfrields

Update of /cvs/docs/docs-common/packaging
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25767

Added Files:
	get-title.xsl get-desc.xsl 
Log Message:
These could be useful for packaging as well, since rpm-info is usefully per-lang now.


--- NEW FILE get-title.xsl ---
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <xsl:output omit-xml-declaration="yes" preserve-space="no" encoding="UTF-8"
    indent="no" method="text"/>
  <xsl:template match="*">
    <xsl:value-of select="/rpm-info/title"/>
  </xsl:template>
</xsl:stylesheet>


--- NEW FILE get-desc.xsl ---
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <xsl:output omit-xml-declaration="yes" preserve-space="no" encoding="UTF-8"
    indent="no" method="text"/>
  <xsl:template match="*">
    <xsl:value-of select="/rpm-info/desc"/>
  </xsl:template>
</xsl:stylesheet>




More information about the docs-commits mailing list