hi i m relatively new to creating addons and also new to xml
i am trying to create some interface changes and was wondering if you could use HTML instead of xml? i noticed blizzard uses html to publish there TOU so how do i do this...
i found that you could put a html file into a xml file and then use a css stylesheet in my html but it doesn't realy work... the example off the code i have is here
As far as I know, SimpleHTML is very limited: no stylesheet, no javascript. It probably supports only a restricted subset of HTML tags. I'm not even sure it supports IMG tags.
And if you are going to write real addons, beyond rendering some text, you will have to use XML or its Lua counterpart.
Blizzard uses it just to put colored text and/or item links. E.g. |cffff0000Red stuff|r or |cff9d9d9d|Hitem:7073:0:0:0:0:0:0:0:80:0|h[Broken Fang]|h|r.
i am trying to create some interface changes and was wondering if you could use HTML instead of xml? i noticed blizzard uses html to publish there TOU so how do i do this...
i found that you could put a html file into a xml file and then use a css stylesheet in my html but it doesn't realy work... the example off the code i have is here
how do i let this work?
And if you are going to write real addons, beyond rendering some text, you will have to use XML or its Lua counterpart.
the only intentions i have with it is to change some UI stuff and make it look different so i won't need lua for it