← Prev in month
← Prev in thread
Public Comment
Comment from: I am trying to extend the Record type in xCIL so that I can add several new attributes to a customer. Because xCIL defines <xs:any namespace="##other" minOccurs="0"> I can not use normal xsl extension <xs:extension base="t:Record"> If I was to use this to xs:any element to extend customer I can only add a single node to a customer.
← Prev in month
← Prev in thread