Top "Sgml" questions

Standard Generalized Markup Language (SGML) is the precursor to XML and HTML.

Where is the HTML5 Document Type Definition?

The "old" HTML/XHTML standards have a DTD (Document Type Definition) defined for them: HTML 4.01 http://www.w3.org/TR/…

html dtd sgml
Parsing EDGAR filings

I would like to use python2.7 to remove anything that isn't the documents' text from EDGAR filings (which are available …

python parsing python-2.7 sgml
Is HTML a context-free language?

Reading some related questions made me think about the theoretical nature of HTML. I'm not talking about XHTML-like code here. …

html grammar language-theory sgml
get contents of <a> tags using python

Assuming I have html read into my program like this: <p><a href="http://vancouver.en.craigslist.…

python html-parsing sgml
SGML Parser in Python

I am completely new to Python. I have the following code: class ExtractTitle(sgmllib.SGMLParser): def __init__(self, verbose=0): sgmllib.…

python parsing sgml
SGML parser .NET recommendations

In my C# project, I have been dealt with the task of parsing an SGML file and have tried, very …

c# .net sgml
sgml to xml conversion

I have a following sample sgml data from my .sgm file and I want convert this in to xml <?…

xslt c#-2.0 sgml
SGML parser in Java?

I'm looking for a parser in Java that can parse a document formatted in SGML. For duplicate monitors: I'm aware …

java sgml