When programming OL in linux I use gedit, it works great. There is no lzx specific markup setting that I'm aware of but the xml one is fine.
Go to View - Highlight Mode - Markup - xml to make it look pretty. I've also enabled a slew of plugins to make coding quicker. Go to Edit - Preferences then select the plugins tab. I use bookmars, bracket completion, code comment, session saver, smart spaces, snippets, tag list and word completion. It is also handy to have text wrapping (some like, some don't), bracket matching, line numbers, and auto indent enabled. These are also found in preferences. I believe Kate has many of these features as well, or you could go old school and use emacs or vi(m). On Thu, Nov 18, 2010 at 3:39 PM, Founder <[email protected]> wrote: > Hi, > > My App is to get one official RSS feed and then also 2 personal xml > files to load. Apart from it it loads pictures on a different server > in any setting without trouble: > > <view align="left" resource="http://Server.png" valign="top" /> > > Dataset init: > > <dataset name="rt" request="true" > src="http://Server2/ranking.xml"/> > > Viewing it with: > <text fgcolor="#303030" datapath="rt:/data/item/detail/text()"/> > > in Flash8 the RSS feed does not work. > In dhtml rather the other way round. > > I feel it has something to do with the proxied setting since when I develop > it > locally in the Tomcat Server via .lzx extension, all works just fine. > > Debugging says in flash8 security setting for flash does not allow sort of > getting the > files?! Well it does the pix and the other other xml files?! > > Any insights?!?! > > Best, > Duke2010 > > PS: Where again do I find plugins so that I can use my editor to understand > the lzx markup? > I run Linux. > > > > -- > Sent from Ubuntu > > > >
