Search found 3 matches

by inigo
Thu Oct 13, 2011 4:04 pm
Forum: Feature Request
Topic: Enable shift-clicking on the pretty-print icon to force pretty-print, ignoring xml:space="preserve"
Replies: 1
Views: 1529

Enable shift-clicking on the pretty-print icon to force pretty-print, ignoring xml:space="preserve"

Pretty printing in Oxygen respects xml:space="preserve", and won't change whitespace when it's present. This is great - most of the time. However, Word XML in particular uses xml:space="preserve" indiscriminately. My normal workflow is to look at a Word XML document, search for x...
by inigo
Thu Jan 25, 2007 1:46 pm
Forum: Feature Request
Topic: Support for accidentally missing out $ on variable reference
Replies: 1
Views: 4508

Support for accidentally missing out $ on variable reference

Many, many times, I've had my stylesheets break because I've done something like: <xsl:variable name="something">this</xsl:variable> <xsl:value-of select="something"/> which doesn't do what I intended because I really meant "$something", I'd like Oxygen to highlight whe...
by inigo
Fri Sep 29, 2006 11:19 am
Forum: Feature Request
Topic: Option to ignore xml:space=preserve on pretty-print
Replies: 0
Views: 6956

Option to ignore xml:space=preserve on pretty-print

Hi, I do a lot of work with WordML documents from MS Office, and they're all on one line, with xml:space set to preserve. I use Oxygen's Format and Indent on them, but first I have to edit the XML to remove the xml:space=preserve. It would save me some time and a lot of annoyance if there was an opt...