Ticket #158 (closed defect: fixed)
Stubbles link tag must make use of xml:space="preserve" attribute
| Reported by: | prema | Owned by: | mikey |
|---|---|---|---|
| Priority: | major | Milestone: | 0.9.0 |
| Component: | XML/XSL view engine | Version: | SVN-trunk |
| Keywords: | Cc: |
Description
If specify a link at follow produce white spaces in rendered html code:
<stub:link page="foobar">
<stub:argument name="id">
<ixsl:value-of select="@id"/>
</stub:argument>
<ixsl:value-of select="title/text()"/>
</stub:link>
Is it possible to strip white spaces with xml:space attribute?
Change History
Note: See
TracTickets for help on using
tickets.
