<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="main.css" type="text/css"?>
<window
    xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
    xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
    xmlns:html="http://www.w3.org/1999/xhtml"
>

<description value="below, a simple firsttag" />
<firsttag>
  <description value="first text inside a firstag" />
  <description value="second text inside a firstag" />
  <description value="third text inside a firstag" />
</firsttag>


<description value="Below, a secondtag that have a firstag as an anonymous content" />
<secondtag>
   <description value="first text inside a secondtag and so as children of firstag" />
   <description value="second text inside a secondtag and so as children of firstag" />
   <description value="third text inside a secondtag and so as children of firstag" />
</secondtag>

</window>