xpath - How to remove insignificant whitespace in XSLT -


Looking at any document or piece, especially documents () or Doc () , how can you remove the trivial white space (i.e. indentation)?

  & lt; Xsl: template match = "* [* and not (text () [general-location ()]) / text ()" />  

Comments

Popular posts from this blog

c# - Highlight all words containing a letter in a richtextbox -

Admob interstitials not clickable on Nexus 5 (Android 4.4.2) -

java - MigLayout - selective component fill -