From: Marc Gravell on 10 Jul 2008 08:47 > <xsl:attribute> is not a type at all It is if you have a schema for xsd, such as xslt.xsd that ships with VS, which defines: <xs:complexType name="attribute" mixed="true"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:group ref="char-instructions"/> </xs:choice> <xs:attribute name="name" type="xs:string" use="required" /> <xs:attribute name="namespace" type="xs:string" /> <xs:attribute ref="xml:space" /> </xs:complexType> and uses it in the "instructions" and "attribute-set" groups via: <xs:element name="attribute" type="attribute"/>
From: Marc Gravell on 10 Jul 2008 08:50 > "schema for xsd" I meant schema for xsl... too many TLAs!
First
|
Prev
|
Pages: 1 2 3 Prev: BitBlt is faster Next: Does calling MemoryStream.Dispose() do anything ? |