Const
The virtual IO input providers for file operations in Node.js, utilizing the node:fs module.
node:fs
These providers support both file paths (e.g., path/to/file.xml) and file URLs (e.g., file:///path/to/file.xml).
path/to/file.xml
file:///path/to/file.xml
xmlRegisterInputProvider
The virtual IO input providers for file operations in Node.js, utilizing the
node:fs
module.These providers support both file paths (e.g.,
path/to/file.xml
) and file URLs (e.g.,file:///path/to/file.xml
).