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 -

Editing Python Class in Shell and SQLAlchemy -

java - JavaFX WebEngine Video Playback in Linux -