Questions tagged [xml]

37 questions
58
votes
15 answers

What's a good XML viewer/editor for Mac OS X?

I use XML Editor from XMLmind for editing/viewing XML file in Mac. It's not bad, but I expect an XML editor for Mac. What options do I have including the commercial/free software?
prosseek
  • 5,554
  • 13
  • 48
  • 83
28
votes
6 answers

Trouble opening plist files in text editor

From Finder, I can preview a plist file without any difficulties. For example, using Quick Look with ~/Library/Preferences/com.apple.Safari.RSS.plist I get a nice preview of its contents: However, if I then try to open the file, either with…
apc
  • 383
  • 1
  • 3
  • 5
23
votes
1 answer

How to Change default fallback font (for non-latin languages)

My question is: How do I change the default fallback font for Thai (or any non-latin language for that matter) so that the terminal app shows the Thai font of my choice while keeping the English font. Forgive the long extra details, but I’m really…
BrianWilson
  • 383
  • 3
  • 8
19
votes
1 answer

Easily pretty print XML

Is there a way to quickly pretty print large XML files without needing an app? Online solutions don't allow for massive files and I'd like to do this without install more junk on my computer.
wmarbut
  • 613
  • 5
  • 9
10
votes
2 answers

How are colorschemes represented in OS X Terminal.app Settings Files?

I'm interested in moving color values I've created for OS X Terminal to applications on other platforms, such as Linux. I'm familiar with the usual methods of representing color values like RGB, HSB, L*A*B, HEX, etc. However, the strings used…
GrowlTiger
  • 1,117
  • 2
  • 9
  • 16
8
votes
1 answer

How can I view the raw XML of an RSS feed in Safari (or Reeder)?

I want to see the raw XML of an RSS feed for a podcast. In Safari, as of Lion formatted XML files is supported. But RSS feeds are not formatted that way and instead presented in Safari's RSS Reader mode. A view source on that page doesn't display…
bpapa
  • 1,412
  • 6
  • 19
  • 33
8
votes
6 answers

Open a large XML file

I am trying to open a relatively large XML file (50mb) but my Mac just won't open it: No errors though, just been waiting for almost 10 minutes but nothing happens. Tried using TextEditor, Xcode Any other suggestions?
inside
  • 183
  • 1
  • 1
  • 5
7
votes
2 answers

Launchctl says plist is invalid, plutil says it's OK

I'm trying to have launchd run a shell script when I join a new WiFi network. I've created this plist file (closely based on this SuperUser answer) at /Users/myname/Library/LaunchAgents/my.networkChangeListener.plist:
LiberalArtist
  • 325
  • 1
  • 3
  • 11
4
votes
2 answers

Are there iOS/iPad apps that work well to edit XML?

I'm surprised that a google search doesn't turn up dozens of XML editors for ipad. All I can find are generic code text editors that happen to "support" XML. Well duh. I'm looking for an ipad app that lets me edit arbitrary XML as something other…
themirror
  • 1,987
  • 7
  • 30
  • 39
4
votes
2 answers

Run plist command every 5 seconds

I have the following plist file in my User/Library/LaunchAgents folder. It presses the "g" key every 60 seconds. My question is, how can I change this to press the "g" key every 5 seconds?
Ryan
  • 857
  • 4
  • 16
  • 30
3
votes
2 answers

How to find cause for iTunes not exporting library XML?

My iTunes XML export has not been working for months but I need it for DJ software like Traktor Pro. I would like to find and fix the problem and can't reset the database. When trying to export the whole library as XML manually (File -> Library ->…
Hedge
  • 515
  • 3
  • 7
  • 20
3
votes
2 answers

How make Safari open XML file instead of downloading it

I'm on MacOS Sierra. When I click on a link to XML file, Safari downloads it. Instead I want to view the XML right in the browser. Is there a way to accomplish this?
akirekadu
  • 131
  • 3
3
votes
2 answers

Feasible to check out XML file from QuickLook?

How can I use QuickLook to check out XML file? I just want to quickly check out the contents of a file and don't have to open it in a format that can be subsequently modified, such as in TextEdit or Vim or whatever other editors out there. I even…
Blaszard
  • 3,199
  • 11
  • 43
  • 72
2
votes
2 answers

Using cURL to download images in XML feed?

I have an XML file that has links to various .jpg I want to create an applescript that downloads a local copy of these. The idea is to also label them sequentially with a number say 001 to 030. Every time i run the script i want the pictures to be…
2
votes
0 answers

How can I create (nested) Keynote.app slides from a XML file?

I have some nested lists (XML/OPML file) and I am looking for a (automated) process to create Keynote presentations from them. Use case: I write concepts for presentations in an Outliner, then would like to transfer the structure directly to a…
myhd
  • 3,390
  • 6
  • 28
  • 60
1
2 3