summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/update-txml.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/w3c/update-txml.sh')
-rwxr-xr-xtest/samples/w3c/update-txml.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/samples/w3c/update-txml.sh b/test/samples/w3c/update-txml.sh
index 6cf9c01..3c7255b 100755
--- a/test/samples/w3c/update-txml.sh
+++ b/test/samples/w3c/update-txml.sh
@@ -1,5 +1,7 @@
#!/bin/bash
-wget -rl1 -Atxml,txt http://www.w3.org/Voice/2013/scxml-irp/
+wget -rl1 -Atxml,txt,xsl http://www.w3.org/Voice/2013/scxml-irp/
+
find ./www.w3.org -name *.txml -exec cp {} ./txml \;
find ./www.w3.org -name *.txt -exec cp {} ./txml \;
+find ./www.w3.org -name *.xsl -exec cp {} . \;
rm -rf www.w3.org \ No newline at end of file