xml ed -d "/article/info" template.xml | xml ed -d "*/*/*[@role='restriction-attribution']"| xml ed -d "*/*/*[@role='restriction-cooperative']"| pandoc -f docbook -t markdown -s -o nvpl-na.md
xml ed -d "/article/info" template.xml | pandoc -f docbook -t markdown -s -o lcnpl.md
lnvpl:
xml ed -d "/article/info" template.xml | xml ed -d "*/*/*[@role='restriction-cooperative']"| pandoc -f docbook -t markdown -s -o lnvpl.md
lcnpl-na:
xml ed -d "/article/info" template.xml | xml ed -d "*/*/*[@role='restriction-attribution']"| pandoc -f docbook -t markdown -s -o lcnpl-na.md
lnvpl-na:
xml ed -d "/article/info" template.xml | xml ed -d "*/*/*[@role='restriction-attribution']"| xml ed -d "*/*/*[@role='restriction-cooperative']"| pandoc -f docbook -t markdown -s -o lnvpl-na.md