I'm sure this is an obvious question...
I have an XSL stylesheet, which looks like this:
<xs:element name="person">
<xs:complexType>
<xs:sequence>
<xs:element name="name" type="xs:string"/>
<xs:element name="biography" type="xs:string"/>
I want to use the "name" element as also the ID...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.