<?xml version="1.0"?>

<!DOCTYPE doc [
<!ELEMENT doc (servicelinks)>
<!ELEMENT servicelinks (language)>
<!ELEMENT language (device)>
<!ELEMENT device (#PCDATA)>
<!ATTLIST language 
      value CDATA #REQUIRED>
<!ATTLIST device 
      model CDATA #REQUIRED
      url   CDATA #REQUIRED>
]>

<servicelinks release="01/15/06">
     <language value="en">
          <device model="DL360-G3" url='http://www.thesml.com/results.htm?SID=316558&amp;MEID=52D62CB6-837E-4732-8395-CAC479B7735C' />
          <device model="DL360-G4" url='http://www.thesml.com/results.htm?SID=397638&amp;MEID=50F22655-4C21-4836-8F1A-2A41A5585A29' />
          <device model="DL380-G3" url='http://www.thesml.com/csr.htm?prodSeriesId=316529' />
          <device model="DL380-G4" url='http://www.thesml.com/results.htm?SID=397634&amp;MEID=E466DD51-0E0D-4A1D-8CCB-4378A25F94EF' />
          <device model="DL320-G4" url='http://www.thesml.com/results.htm?SID=33321' />
     </language>
</servicelinks>

<!--
          <device model="DL360-G3" url='http://www.thesml.com/results.htm?SID=316558&MEID=52D62CB6-837E-4732-8395-CAC479B7735C' />
          <device model="DL360-G4" url='http://www.thesml.com/results.htm?SID=397638&MEID=50F22655-4C21-4836-8F1A-2A41A5585A29' />
          <device model="DL380-G3" url='http://www.thesml.com/csr.htm?prodSeriesId=316529' />
          <device model="DL380-G4" url='http://www.thesml.com/results.htm?SID=397634&MEID=E466DD51-0E0D-4A1D-8CCB-4378A25F94EF' />

-->

<!--
You can turn it off for your entire result tree with an xsl:output instruction that has a method attribute value of "text", and you can turn it off for a single xsl:text element by setting its disable-output-escaping attribute to equal "yes".
-->