@@ -90,10 +90,10 @@ written in _TypeScript_ and compiled for the target.
9090* Universal serializer that converts ` Bom ` data models to JSON string
9191* Specific Serializer that converts ` Bom ` data models to XML string:
9292 * Specific to _ WebBrowsers_ : implementation utilizes browser-specific document generators and printers.
93- * Specific to _ Node.js_ : implementation plugs/requires/utilizes one of the following _ optional_ libraries
94- * [ xmlbuilder2 ] ( https://www.npmjs.com/package/xmlbuilder2 )
95- * ... to be continued ... (pull requests are welcome)
96- * Formal validators for JSON string and XML string (currently for _ Node.js _ only)
93+ * Specific to _ Node.js_ : implementation plugs/requires/utilizes one of the following _ optional_ libraries
94+ Requires [ optional dependencies ] ( #optional-dependencies ) as described below
95+ * Formal validators for JSON string and XML string (currently for _ Node.js _ only)
96+ Requires [ optional dependencies ] ( #optional-dependencies ) as described below
9797
9898## Installation
9999
@@ -125,9 +125,9 @@ See the shipped `package.json` for version constraints.
125125 * [ ` ajv ` ] ( https://www.npmjs.com/package/ajv )
126126 * [ ` ajv-formats ` ] ( https://www.npmjs.com/package/ajv-formats )
127127 * [ ` ajv-formats-draft2019 ` ] ( https://www.npmjs.com/package/ajv-formats-draft2019 )
128- * XML validation requires all of:
129- * [ ` libxmljs2 ` ] ( https://www.npmjs.com/package/libxmljs2 )
130- * System must meet the requirements for [ ` node-gyp ` ] ( https://github.com/TooTallNate/node-gyp#installation )
128+ * XML validation on _ Node.js _ requires all of:
129+ * [ ` libxmljs2 ` ] ( https://www.npmjs.com/package/libxmljs2 )
130+ and the system must meet the requirements for [ ` node-gyp ` ] ( https://github.com/TooTallNate/node-gyp#installation )
131131
132132## Usage
133133
0 commit comments