File: author2.xml

package info (click to toggle)
r-cran-xml 3.99-0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,688 kB
  • sloc: ansic: 6,656; xml: 2,890; asm: 486; sh: 12; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<!-- Taken from http://www.learn-xml-schema-tutorial.com/ and modified to introduce errors -->
<Author xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
 xsi:noNamespaceSchemaLocation="Author.xsd" id="MT">
    <FirstName>Mark</FirstName>
    <MiddleName>Edgar</MiddleName>
    <LastName>Twain</LastName>
</Author>