Skip to content

Commit

Permalink
Added script to fetch all from remote
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Nov 15, 2019
1 parent 5921ddb commit b53c4cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ph-bdve-oioubl/src/main/resources/oioubl/2.0.2/getall.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
for %%i in (OIOUBL_ApplicationResponse_Schematron.xsl OIOUBL_CatalogueDeletion_Schematron.xsl OIOUBL_CatalogueItemSpecificationUpdate_Schematron.xsl OIOUBL_CataloguePricingUpdate_Schematron.xsl OIOUBL_CatalogueRequest_Schematron.xsl OIOUBL_Catalogue_Schematron.xsl OIOUBL_CreditNote_Schematron.xsl OIOUBL_Invoice_Schematron.xsl OIOUBL_OrderCancellation_Schematron.xsl OIOUBL_OrderChange_Schematron.xsl OIOUBL_OrderResponseSimple_Schematron.xsl OIOUBL_OrderResponse_Schematron.xsl OIOUBL_Order_Schematron.xsl OIOUBL_Reminder_Schematron.xsl OIOUBL_Statement_Schematron.xsl OIOUBL_UtilityStatement_Schematron.xsl) do curl http://www.oioubl.net/validator/xslt/%%i --output %%i

0 comments on commit b53c4cb

Please sign in to comment.