Re: Section titles, with or without multiple sections in document

Ben Finney <[email protected]>
Newsgroups gmane.text.docutils.user
Message-ID <[email protected]>
David Goodger <[email protected]> writes:

> On Tue, Jan 6, 2015 at 11:20 PM, Ben Finney <[email protected]> wrote:
> > What I want is:
> >
> > =====
> > $ rst2pseudoxml < foo.txt
> > <document source="<stdin>">
> >     <section ids="first-section" names="first\ section">
> >         <title>
> >             First Section
> >         <paragraph>
> >             Lorem ipsum, dolor sit amet.
> > =====
> >
> > In fact, I'm accessing this document programmatically using a custom
> > Writer. How can I get the parsing result I want?
>
> http://docutils.sourceforge.net/docs/user/config.html#doctitle-xform

Thanks. Okay, that is a setting on the Publisher (and, according to the
docs, normally set by configuration file or command-line).

For the task at hand (if it matters, I am transforming a changelog
document to structured release data), I want all the settings to be
internally managed.

So far I've only needed to make a custom Writer class and a custom
Translator class. Unit tests for those are already cumbersome; I would
really prefer not to need creating yet another custom class.

In order to modify that setting (‘doctitle_xform’), do I need to make a
custom Publisher class too? Or can I have the Writer somehow override
it?

-- 
 \           “Never express yourself more clearly than you are able to |
  `\                                               think.” —Niels Bohr |
_o__)                                                                  |
Ben Finney


------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Docutils-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/docutils-users

Please use "Reply All" to reply to the list.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.