Advertisement
Pooky

Untitled

Jan 13th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.38 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  3.                 xmlns:d="http://docbook.org/ns/docbook"
  4.                 xmlns:fo="http://www.w3.org/1999/XSL/Format"
  5.                 version="1.0">
  6.  
  7. <xsl:template match="bold">
  8.     <xsl:text> ..... </xsl:text>
  9.     <xsl:apply-templates select="/d:book/d:info/d:title"/>
  10.     <xsl:text> .... </xsl:text>
  11. </xsl:template>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement