Using the MSXML 4 parser with the following XML and XSL gives me nothing.
XML:
<?xml version="1.0"?>
<blah>
<Schema name="Schema1" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes">
<ElementType name="TestView" content="empty" model="closed">
<AttributeType name="RecordId" dt:type="i4"/>
<AttributeType name="RecordDate" dt:type="dateTime"/>
<AttributeType...