Forrest logo
back to context overview

xml-transform

List of commands for xml-transform:

  • xml-transform:tldr:67b80 xml-transform: Display help for the `transform` subcommand.
    $ xml transform --help
    try on your machine
    explain this command
  • xml-transform:tldr:ada1c xml-transform: Transform an XML document using an XSL stylesheet, passing one XPATH parameter and one literal string parameter.
    $ xml transform ${path-to-stylesheet-xsl} -p "${Count='count(-xml-table-rec)'}" -s ${Text="Count="} ${select}
    try on your machine
    explain this command
back to context overview