Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Can Your XML Editor Do This?

Can Your XML Editor Do This?

Scheduled Pinned Locked Moved The Lounge
visual-studiocsharpxmlhelpquestion
8 Posts 8 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    David A Gray
    wrote on last edited by
    #1

    I'm working on a large, fairly deeply nested XML document, (a Visual Studio/MSBuild configuration) and I had a thought. How much easier would it be to work on it if the editor kept track of the nodes in which the selected node (the one in which the editor's insertion point is located), and either displayed it at the top of the edit window, or had a button that would pop open a balloon with a breadcrumb trail to the root node? Does anyone know of such an editor?

    David A. Gray Delivering Solutions for the Ages, One Problem at a Time Interpreting the Fundamental Principle of Tabular Reporting

    N B R J S 6 Replies Last reply
    0
    • D David A Gray

      I'm working on a large, fairly deeply nested XML document, (a Visual Studio/MSBuild configuration) and I had a thought. How much easier would it be to work on it if the editor kept track of the nodes in which the selected node (the one in which the editor's insertion point is located), and either displayed it at the top of the edit window, or had a button that would pop open a balloon with a breadcrumb trail to the root node? Does anyone know of such an editor?

      David A. Gray Delivering Solutions for the Ages, One Problem at a Time Interpreting the Fundamental Principle of Tabular Reporting

      N Offline
      N Offline
      Nelek
      wrote on last edited by
      #2

      Not sure if it is what you ask for... but the xml tree explorer in PSPad was very useful for me in the past.

      M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

      1 Reply Last reply
      0
      • D David A Gray

        I'm working on a large, fairly deeply nested XML document, (a Visual Studio/MSBuild configuration) and I had a thought. How much easier would it be to work on it if the editor kept track of the nodes in which the selected node (the one in which the editor's insertion point is located), and either displayed it at the top of the edit window, or had a button that would pop open a balloon with a breadcrumb trail to the root node? Does anyone know of such an editor?

        David A. Gray Delivering Solutions for the Ages, One Problem at a Time Interpreting the Fundamental Principle of Tabular Reporting

        B Offline
        B Offline
        BillWoodruff
        wrote on last edited by
        #3

        I've implemented something like this before; if you post a question on the C# forum with a sample XML file, I will respond. My last post on the Lounge that contained code (tested, usable code) was reported four times, so we ain't going there again. You might also check the latest version of Pavel Torgashev's FastColoredTextBox [^] (a CodeProject 'crown jewel' article"), now on GitHub:[^] It does support XML syntax coloring.

        «Where is the Life we have lost in living? Where is the wisdom we have lost in knowledge? Where is the knowledge we have lost in information?» T. S. Elliot

        1 Reply Last reply
        0
        • D David A Gray

          I'm working on a large, fairly deeply nested XML document, (a Visual Studio/MSBuild configuration) and I had a thought. How much easier would it be to work on it if the editor kept track of the nodes in which the selected node (the one in which the editor's insertion point is located), and either displayed it at the top of the edit window, or had a button that would pop open a balloon with a breadcrumb trail to the root node? Does anyone know of such an editor?

          David A. Gray Delivering Solutions for the Ages, One Problem at a Time Interpreting the Fundamental Principle of Tabular Reporting

          R Offline
          R Offline
          RickZeeland
          wrote on last edited by
          #4

          Maybe you can find one here: https://www.slant.co/topics/403/~best-xml-editors[^]

          1 Reply Last reply
          0
          • D David A Gray

            I'm working on a large, fairly deeply nested XML document, (a Visual Studio/MSBuild configuration) and I had a thought. How much easier would it be to work on it if the editor kept track of the nodes in which the selected node (the one in which the editor's insertion point is located), and either displayed it at the top of the edit window, or had a button that would pop open a balloon with a breadcrumb trail to the root node? Does anyone know of such an editor?

            David A. Gray Delivering Solutions for the Ages, One Problem at a Time Interpreting the Fundamental Principle of Tabular Reporting

            J Offline
            J Offline
            jschell
            wrote on last edited by
            #5

            When I did a lot of work with XML I used the following XML Editor: XMLSpy | Altova[^]

            1 Reply Last reply
            0
            • D David A Gray

              I'm working on a large, fairly deeply nested XML document, (a Visual Studio/MSBuild configuration) and I had a thought. How much easier would it be to work on it if the editor kept track of the nodes in which the selected node (the one in which the editor's insertion point is located), and either displayed it at the top of the edit window, or had a button that would pop open a balloon with a breadcrumb trail to the root node? Does anyone know of such an editor?

              David A. Gray Delivering Solutions for the Ages, One Problem at a Time Interpreting the Fundamental Principle of Tabular Reporting

              S Offline
              S Offline
              Stuart Dootson
              wrote on last edited by
              #6

              Try Visual Studio Code with the [RedHat XML extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-xml) - VSCode has a breadcrumb bar (if you enable it), and the extension uses that to display the path to your XML file and also shows the path through the file to your cursor location.

              Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

              1 Reply Last reply
              0
              • D David A Gray

                I'm working on a large, fairly deeply nested XML document, (a Visual Studio/MSBuild configuration) and I had a thought. How much easier would it be to work on it if the editor kept track of the nodes in which the selected node (the one in which the editor's insertion point is located), and either displayed it at the top of the edit window, or had a button that would pop open a balloon with a breadcrumb trail to the root node? Does anyone know of such an editor?

                David A. Gray Delivering Solutions for the Ages, One Problem at a Time Interpreting the Fundamental Principle of Tabular Reporting

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #7

                [Download XML Notepad 2007 from Official Microsoft Download Center](https://www.microsoft.com/en-ca/download/details.aspx?id=7973)

                "(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal

                B 1 Reply Last reply
                0
                • L Lost User

                  [Download XML Notepad 2007 from Official Microsoft Download Center](https://www.microsoft.com/en-ca/download/details.aspx?id=7973)

                  "(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal

                  B Offline
                  B Offline
                  Bassam Abdul Baki
                  wrote on last edited by
                  #8

                  Slightly [newer variation](https://github.com/Microsoft/XmlNotepad/wiki).

                  Web - BM - RSS - Math - LinkedIn

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups