About controlling the format of the nodes of an XML file
-
hi is there any facility in XSL or anything that allows us to control the way an XML document is displayed in the webbrowser. what I wanna do is to expand all nodes and collapse all nodes when I click a button in my windows application. I'm using C# .NET 1.1 How can i make all nodes collapse? If there is a way to do it then plz guide me otherwise plz let me know if there isnt any way like this Thanks Rocky
-
hi is there any facility in XSL or anything that allows us to control the way an XML document is displayed in the webbrowser. what I wanna do is to expand all nodes and collapse all nodes when I click a button in my windows application. I'm using C# .NET 1.1 How can i make all nodes collapse? If there is a way to do it then plz guide me otherwise plz let me know if there isnt any way like this Thanks Rocky
IE has a default stylesheet that does exactly that: http://www.perfectxml.com/articles/xml/XSLTInMSXML.asp[^]. However, XML is basically a data container. You need to transform it using XSLT to HTML, and use DHTML and CSS to achieve what you desire.
"We make a living by what we get, we make a life by what we give." --Winston Churchill
-
IE has a default stylesheet that does exactly that: http://www.perfectxml.com/articles/xml/XSLTInMSXML.asp[^]. However, XML is basically a data container. You need to transform it using XSLT to HTML, and use DHTML and CSS to achieve what you desire.
"We make a living by what we get, we make a life by what we give." --Winston Churchill
Thanks for ur help but the URL gave me this... so can u plz correct this, We're sorry, the page you requested can't be found on www.PerfectXML.com. We're sorry, the page you requested can't be found on www.PerfectXML.com. If you typed the URL yourself, please make sure that the spelling is correct. If you clicked on a link to get here, there may be a problem with the link. Try using your browser's "back" button to choose a different link on that page, or use the following links to find what you are looking for: Rocky
-
IE has a default stylesheet that does exactly that: http://www.perfectxml.com/articles/xml/XSLTInMSXML.asp[^]. However, XML is basically a data container. You need to transform it using XSLT to HTML, and use DHTML and CSS to achieve what you desire.
"We make a living by what we get, we make a life by what we give." --Winston Churchill
-
IE has a default stylesheet that does exactly that: http://www.perfectxml.com/articles/xml/XSLTInMSXML.asp[^]. However, XML is basically a data container. You need to transform it using XSLT to HTML, and use DHTML and CSS to achieve what you desire.
"We make a living by what we get, we make a life by what we give." --Winston Churchill
-
well I still havent been able to get the job done and I leanred that it can be done some how thru Javascript and DHTML but the default XSL file is quiet complicated. Can u plz show me a way out of that.
Sorry, this is just a forum, and I just assist with giving you some help and direction and not coding your project. There are a lot of DHTML/Javascript sites available that provide code that may apply to your requirements. However, this may require some learning and coding on your part.
"We make a living by what we get, we make a life by what we give." --Winston Churchill
-
Sorry, this is just a forum, and I just assist with giving you some help and direction and not coding your project. There are a lot of DHTML/Javascript sites available that provide code that may apply to your requirements. However, this may require some learning and coding on your part.
"We make a living by what we get, we make a life by what we give." --Winston Churchill
-
Please study the following: http://www.biglist.com/lists/xsl-list/archives/200003/msg00769.html[^]. Otherwise, search the web for "DHTML" and "tree nodes".
"We make a living by what we get, we make a life by what we give." --Winston Churchill
-
Please study the following: http://www.biglist.com/lists/xsl-list/archives/200003/msg00769.html[^]. Otherwise, search the web for "DHTML" and "tree nodes".
"We make a living by what we get, we make a life by what we give." --Winston Churchill