XSLT refactor operation for extracting attributes from LREs
Are you missing a feature? Request its implementation here.
-
- Posts: 84
- Joined: Tue Oct 11, 2005 9:17 am
- Location: Helsinki, Finland
- Contact:
XSLT refactor operation for extracting attributes from LREs
I'd like to see an addition to the XSLT refactoring operation list, extracting attributes in Literal Result Elements into xsl:attribute instruction. If you have, say
The extract attributes would turn this into
Not the most used feature, but still something I occasionally would like to be able to automatically. And if you have
this would be turned into e.g.
or
Code: Select all
<foo bar="baz"/>
Code: Select all
<foo>
<xsl:attribute name="bar">baz</xsl:attribute>
</foo>
Code: Select all
<foo bar="baz{qux}quxx"/>
Code: Select all
<foo>
<xsl:attribute name="bar">
<xsl:text>baz</xsl:text>
<xsl:value-of select="qux"/>
<xsl:text>quxx</xsl:text>
</xsl:attribute>
</foo>
Code: Select all
<foo>
<xsl:attribute name="bar">
<xsl:value-of select="concat('baz', qux, 'quxx')"/>
</xsl:attribute>
</foo>
-
- Posts: 4141
- Joined: Fri Mar 28, 2003 2:12 pm
Post by sorin_ristache »
Thank you for the request. We will consider implementing it.
Regards,
Sorin
Regards,
Sorin
-
- Posts: 4141
- Joined: Fri Mar 28, 2003 2:12 pm
Post by sorin_ristache »
Hello,
We added the requested XSLT refactoring action. It will be available in version 7.2.
Regards,
Sorin
We added the requested XSLT refactoring action. It will be available in version 7.2.
Regards,
Sorin
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ Artificial Intelligence (AI Positron Assistant add-on)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service