https://github.com/cran/XML
Raw File
Tip revision: 3c0b64398bf79b865a4134380b14356c1683f77f authored by Duncan Temple Lang on 31 May 2015, 00:00:00 UTC
version 3.98-1.2
Tip revision: 3c0b643
schemaEg.xml
<?xml version = "1.0" encoding = "UTF-8"?>
<!-- http://lucas.ucs.ed.ac.uk/xml-schema/ -->
<vehicles
    xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation = "schema.xsd" >
	<nickname>Bog Hopper</nickname>
	<nickname>Wee Beastie</nickname>
	<nickname>Count Zero</nickname>
</vehicles>
back to top