From 4bf0c1dde2a67c1b497ba49a361efcb1d499c36f Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Fri, 22 Mar 2013 17:06:04 +0100 Subject: Change JS to reindent ontology description (#_descr) on-the-fly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - now there seem to be no XML entities escaping issue - newlines are achieved by breaking the text using div/p mark-up rather than mere br's - anonymous function now encapsulates the scope plus do not normalize space so the JS snippet is of any help Signed-off-by: Jan Pokorný --- ns-schema.xsl | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/ns-schema.xsl b/ns-schema.xsl index c9533d0..92d5f19 100644 --- a/ns-schema.xsl +++ b/ns-schema.xsl @@ -271,7 +271,17 @@
Namespace
@@ -360,7 +370,7 @@

[ja] - +

-- cgit