close all XML nodes by defualt
-
What do you mean? In what way do you want to "close" the nodes? Are you talking about something that is displaying an xml file?
--- single minded; short sighted; long gone;
-
Alt-F4? Alt+Ctrl+Delete? It all depends on which viewer you are using...
"More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF
-
Alt-F4? Alt+Ctrl+Delete? It all depends on which viewer you are using...
"More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF
i don't want to close viewer i need all nodes are closed when an xml file open for display when you open an xml file, it is like as below -[root] -[child] [msg]text1[/msg] -[child] [msg]text1[/msg] -[child] [msg]text1[/msg] [/root] and what i need is below -[root] +[child] +[child] +[child] [/root]
-
i don't want to close viewer i need all nodes are closed when an xml file open for display when you open an xml file, it is like as below -[root] -[child] [msg]text1[/msg] -[child] [msg]text1[/msg] -[child] [msg]text1[/msg] [/root] and what i need is below -[root] +[child] +[child] +[child] [/root]
I was being sarcastic. Perhaps if you told us the viewer we could help. Also, what has this to do with C#?
"More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF
-
I was being sarcastic. Perhaps if you told us the viewer we could help. Also, what has this to do with C#?
"More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF
-
i guess there was any properties in xmldocument or other xml classes that close all nodes (maybe you called them Tag) of an xml file when it open by IE or other xml viewers
It's not a function of the document, it's a function of the viewer; for instance a TreeView has a CollapseAll() method.