@nodecfdi/xml-resource-retriever
v2.0.1
Published
XSD and XLST resource downloader for local storage
Downloads
200
Readme
@nodecfdi/xml-resource-retriever
XSD and XLST resource downloader for local storage
About of @nodecfdi/xml-resource-retriever
The purpose of this library is to download recursively XML resources from the internet to a local storage for further
usage. At this moment it only allows Schemas (XSL) and Transformations (XSLT) but is easily extensible implementing
the RetrieverInterface
interface or extending the AbstractXmlRetriever
class.
For every downloaded file it will override its dependence's to a relative location, in this way, every dependence should be available to work offline.
You can use the local object NodeDownloader
that simply uses copy function to get and store a file from internet. You
can also use your own implementation of the DownloaderInterface according to your needs. If you built a configurable and
useful downloader class feel free to contribute it to this project.
Based on php version repo: https://github.com/eclipxe13/XmlResourceRetriever
Documentación
La documentación está disponible en el sitio web NodeCfdi
Soporte
Puedes obtener soporte abriendo un ticket en Github.
Adicionalmente, esta librería pertenece a la comunidad OcelotlStudio, así que puedes usar los mismos canales de comunicación para obtener ayuda de algún miembro de la comunidad.
Compatibilidad
Esta librería se mantendrá compatible con al menos la versión con soporte activo de Node más reciente.
También utilizamos Versionado Semántico 2.0.0 por lo que puedes usar esta librería sin temor a romper tu aplicación.
Contribuciones
Las contribuciones con bienvenidas. Por favor lee CONTRIBUTING para más detalles y recuerda revisar el archivo CHANGELOG.
Copyright and License
The @nodecfdi/xml-resource-retriever
library is copyright © NodeCfdi - OcelotlStudio and licensed for use under the MIT License (MIT). Please see LICENSE for more information.