2002-09-12 17:39:09 PDT
hello,
i am trying to configure PSGML to edit XML files.
1. how can i get special highlight on an attribute of an element? or is this not possible? is suppose i am looking for a MARKUP-TYPE of 'attribute' or something like that, for sgml-markup-faces.
2. how do i get colors automatically on loading the xml file? i have my .emacs setup to define the faces, etc, and have (setq sgml-set-face t) and (setq sgml-use-text-properties t) in it. however, the colors don't show up when i load the xml file. rather, i have to initiate some action, like 'move to end of element' on root element) before the text is parsed and color is shown.