Lists Bullet Point and Numbered

Questions about XML that are not covered by the other forums should go here.
myrddin55
Posts: 1
Joined: Tue Feb 02, 2021 2:36 pm

Lists Bullet Point and Numbered

Post by myrddin55 »

Good morning
I'm writing my first xml document in editor and I want to create a bulleted list of 8 lines (8 bullet point).
I cannot find how to do this with the editor and the css file.
Your help would be much appreciated.
Thank you.
Radu
Posts: 9048
Joined: Fri Jul 09, 2004 5:18 pm

Re: Lists Bullet Point and Numbered

Post by Radu »

Hi,

I'm not sure if I understand what you mean, maybe you can give me more details.
You can create an HTML document in Oxygen and add an unordered list to it.
Or if you have your own type of XML documents, you can create a CSS which can be used by Oxygen to render it in the Author visual editing mode:
https://www.oxygenxml.com/doc/versions/ ... sheet.html

Maybe as an example you can look at the CSS we created for HTML editing located in OXYGEN_INSTALL_DIR/frameworks/xhtml/css/xhtml.css and see for example how selectors like ul > li are defined.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply