XSLT on .NET
Template instructions => to match the root document Defines the transformation rules for the nodes that match the XPath expression set in the match attribute Applies all the possible templates to the elements that match the XPath description To apply an XSL to an XML add this to the XML file When you know that only one template applies to a given block of XML source code, you might want to use a more direct instruction: but you have to give the target template a name
No comments:
Post a Comment