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

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -