Questions tagged [xml-visualizer]

9 questions
16
votes
2 answers

"collapse all" all nodes in one click in firefox or chrome

Any way to "collapse all" all nodes in one click in firefox or chrome and then able to search a node's name and then quickly see its path/tree of parent nodes? First collapse not just top node, but all child nodes, and when I search for a node then…
8
votes
0 answers

Multiline watch window display for XML data?

I'd like to be able to speed up my debugging by being able to view nicely-formatted XML in the VS2010 watch window, as opposed to having everything on a single line. If I open the XML Visualizer, I have to close it before I can continue execution. …
Dave
  • 14,618
  • 13
  • 91
  • 145
8
votes
2 answers

Visual Studio Natvis DisplayString Conditionals

Using Visual Studio 2017, I'm writing a Visualizer for some classes, but I'm running into issues with respect to the .natvis code readability. I have a custom Array type, and I would like to display its members in the Watch window's Value field…
1
vote
0 answers

Issue with formatting dates in XML file when validating against XSD schema

Here is a sample of code for formatting dates for an XML in C#: Datatable dt = Data.GetMyDataTable(); foreach(DataRow row in dt.Rows) { //Create XElement with date XElement element = new XElement("MyElement",…
Michael Kniskern
  • 24,792
  • 68
  • 164
  • 231
0
votes
1 answer

Drag glitch in android studio?

I know this glitch is just visual, but it can get disturbing. So i made a relative layout holding a buttons. I wanted to use the XML visualizer, but when I drag around the relative layout, it redraws a lot and makes it so theirs many picture of the…
CodingM
  • 350
  • 3
  • 18
0
votes
0 answers

Using Picasso in XML object causes error in xml

I am making an Avatar object which can be used in XML. When the object starts it is supposed to use picasso to get the users avatar image. It looks like this public class Avatar extends RoundedImageView { private static String avatarURL; private…
Adam Katz
  • 6,999
  • 11
  • 42
  • 74
0
votes
1 answer

How can I make this xml file valid so that I can view it in a well-formatted way?

I'm debugging an issue which I suspect has to do with the data (it only happens once in a great while, and possibly is only when a particular record is used*). The data in question is a Sharepoint list. I have an xml representation of the data that…
0
votes
1 answer

VXML visualizer (free/open-source)

I am trying to visualize a VXML file, and have been searching for hours for a free and if possible open-source application, that would run on Windows, despite my intensive search I could not find any application. Does anyone know a VXML visualizer?
Erdinc Ay
  • 3,224
  • 4
  • 27
  • 42
-1
votes
1 answer

How to make a dashboard/visualize XML Data?

I created a powershell script that pulls SNMP data from devices, and creates pscustomobjects with attributes of the data, and outputs them as separate objects in an array that I then export as an XML data file. The file itself looks clean and neat,…
DeltaModz
  • 39
  • 4