${commentNode()}
Creates a new XML comment node from the specified VALUE.
| Name | XPath | Description | Reagent Type | Expected Type | Required |
|---|---|---|---|---|---|
| VALUE | descendant-or-self::text() | String expression that will be converted into a camment node. The default is the value of the 'Attributes.STRING' request attribute. | PHRASE | java.lang.String | No |
Parses the 'books.xml' document, adds a '<book>' child element, places a comment before the '<book>' element, then writes the file back to the same location:
Middlemarch