String problem

Subject: String problem
From: "Dudley, Mark" <Mark.Dudley@xxxxxxxxxxxxx>
Date: Wed, 08 Mar 2000 08:31:38 -0500
Hello,

I have a problem and would sincerely appreciate some input. I am conducting
an SGML to SGML transformation and have run across a bit of a problem. I
have SGML that looks like this:

<index-entry term = "No Content documents:description; Content: no
description">

and need it to look like this:

<index-entry>
  <indexprimary>No Content documents</indexprimary>
  <indexsub>description</indexsub>
</index-entry>
<index-entry>
  <indexprimary>Content</indexprimary>
  <indexsub>no description</indexsub>
</index-entry>

I was able to do this in XSL but that is not helpful to me as I need valid
SGML out of the transformation process. Any help/direction would be great.
Thanks.

Mark Dudley
mark.dudley@xxxxxxxxxxxxx


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread