So.  Saying that Pod's canonical "normalization" is as XML begs the
question of what the XML will look like.
One point on which I am of two winds is this:

Consider this input:

=head2 Turn-Ons

I like harpsichord music.


Should that produce something minimal like this?

  <head2>Turn-Ons</head>
  <para>I like harpsichord music.</para>

Or something like this?

 <section2>
  <head2>Turn-Ons</head>
  <para>I like harpsichord music.</para>
 </section2>


The first way /merely/ recapitulates the Pod, which is fine by me.
But would anyone like the latter?  What are the practical benefits of it?


--
Sean M. Burke    [EMAIL PROTECTED]    http://www.spinn.net/~sburke/

Reply via email to