This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem using preceding-sibling


Hi Greg,

>>Note that there's no need to use xsl:element to create your elements
>>if you know what their names are.
>
> Unless you're customizing the optional attributes for the named
> element, which you're not doing here. :)

Could you give an example? You can create attributes with
xsl:attribute even if you're using a literal result element to create
the element on which the attribute will be placed, e.g.:

  <foo>
    <xsl:if test="someTest">
      <xsl:attribute name="bar">baz</xsl:attribute>
    </xsl:if>
  </foo>

if that's what you meant?
  
Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]