~ubuntu-branches/ubuntu/utopic/yelp-xsl/utopic

« back to all changes in this revision

Viewing changes to xslt/mallard/html/mal2html-inline.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-03-08 15:55:52 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110308155552-yt62yh2fha49taob
Tags: 2.91.91-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
  <span class="{concat($class, ' ', local-name($node))}">
98
98
    <xsl:call-template name="html.lang.attrs"/>
99
99
    <xsl:choose>
100
 
      <xsl:when test="$node/@xref | $node/@href">
 
100
      <xsl:when test="$node/@action | $node/@xref | $node/@href">
101
101
        <a>
102
102
          <xsl:attribute name="href">
103
103
            <xsl:call-template name="mal.link.target">