Guest User

Untitled

a guest
Apr 25th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <Data>
  2. <value>APP_GoevrnerMasterDataSheets</value>
  3. </Data>
  4.  
  5. <xsl:template match="value">
  6. <xsl:value-of select="replace(., '([^A-Z])([A-Z])', '$1 $2')"/>
  7. </xsl:template>
Add Comment
Please, Sign In to add comment