mhonarc-users

Re: Can MHonArc output XHTML?

2000-03-22 07:54:55
Thanks for the suggestion!

The part of a rc file included below changes all the <HR> tags to 'be' XML.

Would it be a good idea to change the perl source?

Gary

the following makes the <HR> tags XML. (it does not have TopLinks to threads)

================
<TopLinks>
<HR />
$BUTTON(PREV)$$BUTTON(NEXT)$[<A HREF="$IDXFNAME$#$MSGNUM$">Date Index</A>]
</TopLinks>

<SubjectHeader>
<H1>$SUBJECTNA$</H1>
<HR />
</SubjectHeader>

<HEADBODYSEP>
 <HR />
</HEADBODYSEP>

<MSGBODYEND>
  <HR />
</MSGBODYEND>
================


Earl Hood wrote:

On March 11, 2000 at 10:49, Gary Frederick wrote:

and all the
  <HR>
with
  <HR />

This seems like a small change. I don't know if it's worth doing or what it
would impact.

You can change the various page layout resources to generate tags
for empty elements that conform to XML syntax.

        --ewh

--
gary(_dot_)frederick(_at_)jsoft(_dot_)com
Husband to Susan, Father to Elizabeth
Terrapin Station Homeschool
... computers, homeschooling, Friends, Family and God.
<http://www.jsoft.com>

<> ><> ><>

"some do and some don't"
  Eeyore on Romans 12:4-5


<Prev in Thread] Current Thread [Next in Thread>