Returns the XML content of the specified node.

All \n are then replaced with the linefeed parameter value.

  • Parameters

    • node: Element

      DOM node to return the XML for.

    • linefeed: string = '
'

      Optional string that linefeed are converted into. Default is 
.

    Returns string