Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
xpath
/
xpath-lang
/
src
/
intentionDescriptions
/
ReplaceWithXslAttribute
/
after.xml.template
blob: c1ea15e1ef460ad0b86ceb1990f3ec92c60cd3c7 [
file
] [
log
] [
blame
]
<person>
<xsl:attribute
name
=
"id"
>
<xsl:text>
Big
</xsl:text>
<xsl:value-of
select
=
"test"
/>
<xsl:text>
Boss
</xsl:text>
</xsl:attribute>
</person>