
xml-transform
List of commands for xml-transform:
-
xml-transform:tldr:67b80 xml-transform: Display help for the `transform` subcommand.$ xml transform --helptry on your machineexplain 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 machineexplain this command