Skip to content

Instantly share code, notes, and snippets.

@cergey-obr
Last active August 29, 2015 14:08
Show Gist options
  • Save cergey-obr/3d06fc7d609c26ec46c5 to your computer and use it in GitHub Desktop.
Save cergey-obr/3d06fc7d609c26ec46c5 to your computer and use it in GitHub Desktop.
Замена символа на символ переноса
Текст | Вторая строка
Текст
Вторая строка
<xsl:variable name="text" select="'Текст | Вторая строка'" />
<xsl:value-of select="$text" />
<xsl:value-of select="translate($text, '|', '&#10;')" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment