Test http://www.w3.org/2001/DOM-Test-Suite/level3/ls/entities09

<test name='entities09' schemaLocation='http://www.w3.org/2001/DOM-Test-Suite/Level-3 dom3.xsd'>
     <metadata>
          <title>entities09</title>
          <creator>Curt Arnold</creator>
          <description> Entity references should be expanded when entities is false. </description>
          <date qualifier='created'>2004-03-31</date>
          <subject resource='http://www.w3.org/TR/2003/CR-DOM-Level-3-LS-20031107/load-save#LS-LSSerializer-writeToString'/>
          <subject resource='http://www.w3.org/TR/2003/CR-DOM-Level-3-Core-20031107/core#parameter-entities'/>
</metadata>
     <var name='doc' type='Document'/>
     <var name='domConfig' type='DOMConfiguration'/>
     <var name='domImplLS' type='DOMImplementationLS'/>
     <var name='lsSerializer' type='LSSerializer'/>
     <var name='output' type='DOMString'/>
     <implementation var='domImplLS'/>
     <load var='doc' href='hc_staff' willBeModified='true'/>
     <createLSSerializer var='lsSerializer' obj='domImplLS'/>
     <domConfig obj='lsSerializer' var='domConfig' interface='LSSerializer'/>
     <setParameter obj='domConfig' name='"entities"' value='false'/>
     <writeToString var='output' obj='lsSerializer' nodeArg='doc'/>
     <assertFalse id='noEntRef'>
          <contains obj='output' str='"ent4;"' interface='DOMString'/>
     </assertFalse>
     <assertTrue id='entDef'>
          <contains obj='output' str='"!ENTITY"' interface='DOMString'/>
     </assertTrue>
</test>

Copyright (c) 2001-2004 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. This program is distributed under the W3C's Software Intellectual Property License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See W3C License http://www.w3.org/Consortium/Legal/ for more details.