Questions tagged [sgml-mode]

3 questions
6
votes
5 answers

Close HTML tags as soon as one opens them

I'd like the corresponding, closing HTML tag to be automatically inserted whenever I open one. So if I type
I should get
Without having to call to sgml-close-tag myself. How to achieve this?
deprecated
  • 5,142
  • 3
  • 41
  • 62
2
votes
2 answers

Usage of SGML(Standard Generalized Markup Language)

SGML is the superset of HTML and XML. There are rich HTML and XML parsers available. Could you please explain me the Usage of SGML (Sample business scneario) in current bussiness domains? is it when dealing with legecy systems ? There are HTML and…
Kasun
  • 561
  • 11
  • 22
0
votes
1 answer

get sgml allow regex for "example.xom/page/200/"

I'm trying to get the regular expression for "example.com/page/200/". Here's what I've done so far: rules = (Rule (SgmlLinkExtractor( allow=("//page/\d+",), restrict_xpaths=('xxxxx',)), callback="details", follow= True), ) Could anyone of…
Suresh
  • 123
  • 1
  • 3
  • 8