how xml and xslt work together?? how do they link to each other eg. codes that make them work together?? can someone provide a example?? Han
Kar Han
Posts
-
xml and xslt -
complicated xml in datagridAnyone knows how to convert the following xml contents into a datagrid using asp.net? In the datagrid, there shall be 4 columns: listenPort,schemeAndHostPort,maxConnections,readTimeoutSeconds. I heard that I can use xslt in the asp.net application. but in this case how can i do it?? - This is a sample mnitor config file - 3600 1 - - This redirects to a local machine 9090 http://localhost:80 1000 30 - This redirects to another machine 8080 http://172.17.168.112:80 1000 30 Han
-
xml to datagridAnyone knows how to convert the following xml contents into a datagrid using asp.net? In the datagrid, there shall be 4 columns: listenPort,schemeAndHostPort,maxConnections,readTimeoutSeconds. - This is a sample mnitor config file - 3600 1 - - This redirects to a local machine 9090 http://localhost:80 1000 30 - This redirects to another machine 8080 http://172.17.168.112:80 1000 30 -- modified at 2:49 Wednesday 21st September, 2005