fn:deep-normalize-space($e as node()) #79
Labels
Feature
A change that introduces a new feature
Propose Closing with No Action
The WG should consider closing this issue with no action
XQFO
An issue related to Functions and Operators
Summary: removes redundant whitespace within the content of a given node, leaving the element structure intact.
Example:
becomes
<p>My <i>crazy</i> <b>content</b>.</p>
Rules (expressed informally, and may need refining):
i
element in the input, then it will be in ani
element in the output).For example
<i>easy </i><b> peasy</b>
becomes<i>easy</i> <b>peasy</b>
Could perhaps also add an option to word-wrap to a given line length.
The text was updated successfully, but these errors were encountered: