Re: [xsl] Revision Marking in HTML

Subject: Re: [xsl] Revision Marking in HTML
From: Nadia.Swaby@xxxxxx
Date: Mon, 02 May 2005 08:33:12 -0400
Hello again,

I tried David's method, and I found one instance in which is does not work.

I have a section of XML that looks like this:

<section>
      <heading>Head</heading>
      <para>Some Text</para>
      <?xm-insertion_mark_start author="N. Swaby"
time="20041103T124303-0500"?>
      <list>
            <list.item>
                  <para>More Test</para>
            </list.item>
      </list>
      <?xm-insertion_mark_end ?>
      <figure>
            <graphic file="drm044-f2.jpg" width="606" height="276"/>
            <figtitle>Fig</figtitle>
      </figure>
      <table><!-- table stuff--></table>
      <table><!-- table stuff--></table>
      <table><!-- table stuff--></table>
</section>

When I render to HTML, instead of getting:

<div class="revcontrol">
      <ol>
            <li><p>More Test</p></li>
      </ol>
</div>

<!--rest of section here-->

I get:

<div class="revcontrol">
      <ol>
            <li><p>More Test</p></li>
      </ol>
      <!--rest of section here-->
</div>

Does anyone know of a solution to this, or should I just go back to d-o-e?

Nadia Swaby



                                                                                                                             
                      Wendell Piez                                                                                           
                      <wapiez@mulberry         To:      xsl-list@xxxxxxxxxxxxxxxxxxxxxx                                      
                      tech.com>                cc:                                                                           
                                               Subject: Re: [xsl] Revision Marking in HTML                                   
                      2005-04-26 13:51                                                                                       
                      Please respond                                                                                         
                      to xsl-list                                                                                            
                                                                                                                             
                                                                                                                             




Nadia,

At 01:55 PM 4/26/2005, you wrote:
>It won't do that.  Instead, it would do something like this:
>
><para>This is new <?xm-insertion_mark_start author="N. Swaby"
>time="20050426T110701-0500"?>para1<?xm-insertion_mark_end?></para>
><?xm-insertion_mark_start author="N. Swaby"
>time="20050426T110701-0500"?><para>This is new
>para2</para><?xm-insertion_mark_end?>

Good: you're in luck and David's solution will work. (I mean of course
David's true solution, in case that happens to be different from what he
typed. :-)

Cheers,
Wendell


======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
   Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================

Current Thread