-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added script to fetch all from remote
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |