Questions tagged [xml]

XML is Extensible Markup Language, a markup language. A markup language is a way to enter information into a text format that can be easily identified as not being part of the content, but rather instructions on how the content should be treated.

527 questions
7
votes
6 answers

Why my browsers display XML files as blank pages?

Every time I open an XML file, all I get is blank page instead of tag tree. The file itself is correct and loads okay, I can see it via View Source or in the Firebug. I've tried turning off all my addons and tried running Firefox in safe mode, but…
n1313
  • 653
3
votes
1 answer

Is there a query language for XML?

Is there a language that I can use to query an XML document and have result set returned. The same way I can use SQL to query a dtabase and get a result set?
user248162
2
votes
4 answers

Help me find an XML editor

I am searching for a few days now to find the suitable XML editor. After realizing that many of them don't do a lot more than eclipse the only difference being in the price, I started to use eclipse to edit the xml directlly. So I am curios if any…
Drd
1
vote
2 answers

XML Tree-viewer for large data sets?

I'm looking for an application that will display the XML schema for large (between 40-300MB in filesize) sets of data. Obviously, the built in viewers for major browsers fail at loading the data. Notepad++ and the like can't handle the data and…
Morgan
  • 165
1
vote
1 answer

I there an open source XML viewer for Windows that can show data in grid form

Excel can read raw XML and turn it into a a viewable table w/o a schema. I'm looking for a freeware/Open Source alternative for a situation whereby I don't have access to Excel. I don't need to edit, just view. Needs to be Windows-based.
Kendor
  • 831
1
vote
1 answer

What do the BoundingRect Values mean?

Today I wrote a custom title for Windows Movie Maker, by creating two text boxes to act as censors (You can see the end product over here: http://www.youtube.com/watch?v=GfBf9J3MrJE). However, I don't know what the values for BoundingRect mean, I…
CJL
  • 189
1
vote
2 answers

is there any tool that can generate XSL for a XML?

i need a tool to generate a XSL for my xml is there any exists.
1
vote
1 answer

How to get ftype for the current user

I have set the current users default program for type .xmlFile to Internet Explorer and the icon for IE shows next to .xml files. When I use ftype to find default app it still shows MSOXMLED.EXE? How can I find the default app for the local user?…
0
votes
1 answer

Changing XML file to Application File

I copies some games from home. They are .EXE files. However, when I try to copy them onto another computer, when my cursor hovers over them, it says they are XML files ... even though they are named .EXE. If I continue with the copy process, I…
Dawn
0
votes
2 answers

Why can't I edit this XML file? Is it encrypted?

I am trying to access an XML file located inside of the "resources" folder of a program I downloaded. My goal is to change the font that the program is using. I see a file called fontstyle.xml. When I attempt to open the file I see a huge chunk of…
0
votes
1 answer

Advanced installer parsing XML painfully slow

is there a way to disable the parsing of xml, i want to make advanced installer treat the xml just like regular files rather than xml files.
0
votes
1 answer

Display (render) huge xml file

I've found a bunch of programs that can edit huge XML files, but not render them. I've tried Firefox and Opera, both crash. Any ideas? The filesize is about 75 MB. By render I mean how it looks like in a browser, not the source code. Just like HTML…
0
votes
2 answers

Find out parents of an element in XML files

I have a large (10k lines) XML file. Normally i use Notepad++ or Chrome to open XML files. Although it is possible to collapse/uncollapse child entries, i can't see which element has which parents. For…
trante
  • 579
0
votes
0 answers

File path in XML

I have a .XML file and i would like to export images from it, the images are stored as file paths but i can't seem to find their origin. Here is a example of file path i have: ":/RibbonBar/images/RibbonIcons/Home/Paste.png", I tried opening the XML…
1
2