XSL parse 2 xml file contemporary
Can xsl parse to an XML file contemporary?
If so, how do I go about do开发者_如何学Going so?
Not entirely sure what you mean by contemporary, but if you mean 'Can xsl parse 2 xml files simultaneously', the real answer is no, but it can use additional files through the 'document()' function.
精彩评论