
XML/SVG lacks styling of CSS
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
XML/SVG lacks styling of CSS
I just noticed that when editing a SVG file (I assume it uses the XML parser), the inline stylesheet is not color coded. So the XML parser needs to be updated.


There are 10 types of people in the world: Those who understand binary and those who don't.
Re: XML/SVG lacks styling of CSS
It's tricky because there might be XML data file that uses <style> tags to contain XML... I guess the correct thing here would be to have a special SVG parser/syntax, so I'll add it to suggestions list.
Blumentals Software Programmer
Re: XML/SVG lacks styling of CSS
A special SVG parser seems like the best option. Specially since SVG allows inline JavaScript <script> tags too.Aivars wrote:It's tricky because there might be XML data file that uses <style> tags to contain XML... I guess the correct thing here would be to have a special SVG parser/syntax, so I'll add it to suggestions list.
There are 10 types of people in the world: Those who understand binary and those who don't.