c# - HTML Generation from Xml File -
c# - HTML Generation from Xml File -
i have requirement generate html page xml file, xml file contain input type control. there style sheets , java script validation methods. can 1 gives me tool this. thanks
you can utilize xsl transformations generate html output xml. these transformations can applied @ runtime using system.xml.xsl namespace.
c# html xml
Comments
Post a Comment