patchdemoxmlfile - Patch demos.xml file - MATLAB (original) (raw)
Main Content
Patch demos.xml
file
Since R2021a
Syntax
Description
patchdemoxmlfile [docLocation](#mw%5F69f0db24-beaf-4a2f-9081-1d74b1d18bc0)
patches thedemos.xml
file in the specified folder, replacing character data in the description with non-character data.patchdemoxmlfile
replaces the characters<
, >
,'
, "
, and&
with <
, >
,''
, "
, and &
, respectively.
If a demos.xml
file contains character data, the description does not appear correctly in the documentation.
Examples
Patch the demos.xml
file in the folderD:\Work\mytoolbox\help
.
patchdemoxmlfile D:\Work\mytoolbox\help
Input Arguments
Custom documentation folder location, specified as a character vector or string scalar.
Version History
Introduced in R2021a