PDA

View Full Version : XML WYSIWYG Editor?


joshmiller83
07-22-2011, 04:42 PM
Does anyone use a good XML WYSIWYG Editor that seems to work well with LOTRO XML? I was hoping to find one that works well and has a preview of your work like Dreamweaver. I am using Notepad++ but I do not have a lot of XML experience per say. I find editors easier to use.

Thanks! :)

hawkeye666
07-22-2011, 05:09 PM
Josh

XML doesn't really lend well to true WYSIWYG editors. Since the file is parsed to then configure some aspect of something. Since this is LotRO GUI I assume you want one to edit or create a custom UI for LotRO.

There is a tool on this site for doing that sort of thing that will once you go through the options, I think, create the correct XML and the like for a custom UI.

Is that what you are looking for?

LOTRO Skin Editor: http://www.lotrointerface.com/downloads/info106-LOTROSkinEditor.html

D.H1cks
07-22-2011, 05:36 PM
I use one of the Visual Studio Express packages to edit XML files. It colour codes the text, and allows you to expand/collapse multi-line elements. It will also highlight when there is a error in the XML layout, like a missing closing element.

You can get one of the visual studio express packages from MS here (http://www.microsoft.com/visualstudio/en-us/products/2010-editions/express). They are free to use, but you will need to register the product to use it. I use both the C# and C++ versions myself.

joshmiller83
07-22-2011, 11:33 PM
Josh

XML doesn't really lend well to true WYSIWYG editors. Since the file is parsed to then configure some aspect of something. Since this is LotRO GUI I assume you want one to edit or create a custom UI for LotRO.

There is a tool on this site for doing that sort of thing that will once you go through the options, I think, create the correct XML and the like for a custom UI.

Is that what you are looking for?

LOTRO Skin Editor: http://www.lotrointerface.com/downloads/info106-LOTROSkinEditor.html

Thanks... Yeah I have had that downloaded for quite awhile but not all the panels are usable and in its current form its still incomplete... So I was looking for something else for the time being.

joshmiller83
07-22-2011, 11:34 PM
I use one of the Visual Studio Express packages to edit XML files. It colour codes the text, and allows you to expand/collapse multi-line elements. It will also highlight when there is a error in the XML layout, like a missing closing element.

You can get one of the visual studio express packages from MS here (http://www.microsoft.com/visualstudio/en-us/products/2010-editions/express). They are free to use, but you will need to register the product to use it. I use both the C# and C++ versions myself.

Thanks! I had forgotten about those...

D.H1cks
07-23-2011, 12:28 AM
Thanks... Yeah I have had that downloaded for quite awhile but not all the panels are usable and in its current form its still incomplete... So I was looking for something else for the time being.

I thought I should point out that the last SkinDictionary that Turbine posted is quite out of date for some panels. For example, it does not reflect changes to the character and crafting panels that were made with recent updates.

Also, if you have any specific features you would like to see for the editor, please let me know. I am always looking for feedback and ideas.

eagleeye67
08-01-2011, 04:02 AM
if you are new to xml then notepad might not be as good for you, have you looked at xml editors like oxygen at liquid xml editor (http://www.liquid-technologies.com/xml-editor.aspx), they have validation and intellisense which basically helps you write valid xml, it's also wysiwyg.