<?xml version="1.0" encoding="UTF-8"?>
<fml:document xmlns:fml="http://www.freestyle-markup.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="fml ./fml.xml.xsd">
    <fml:prolog.document>
        <fml:name>fml document</fml:name>
        <fml:uri>http://www.freestyle-markup.org/xml/document.fml</fml:uri>
        <fml:description>fml example document</fml:description>
    </fml:prolog.document>
    <fml:pi>
        <fml:pi.target>palindrome</fml:pi.target>
        <fml:pi.instruction>start</fml:pi.instruction>
    </fml:pi>
    <fml:content>able was i</fml:content>
    <fml:comment>Bonaparte</fml:comment>
    <fml:content> e</fml:content>
    <fml:wildcard/>
    <fml:content>re i saw </fml:content>
    <fml:tag.start>
        <fml:tag.name>island</fml:tag.name>
        <fml:attribute>
            <fml:attribute.name>latin</fml:attribute.name>
            <fml:attribute.value>ilva</fml:attribute.value>
        </fml:attribute>
    </fml:tag.start>
    <fml:content>elba</fml:content>
    <fml:tag.end>
        <fml:tag.name>island</fml:tag.name>
    </fml:tag.end>
</fml:document>

