S
sean
Hi All.
I am wondering what the best approach would be to remove unwanted paragraph
marks in a document.
The document that I am trying to format has the following attributes:
Each block of text is surrounded by two paragraph marks. The first two
lines of the block of text paragraph marks have to stay. The remaining
paragraph marks have to be removed until you get to the next two paragraphs
marks. I will use a <p> to indicate the paragraphs marks in my sample text
below:
SayString <p>
Function to announce text via Synth <p>
this function is no longer being used in the script language, use the Say
function instead.
<p>
<p>
Say <p>
Says a chunk of text <p>
This function receives three parameters. Param one is the text to be
spoken. Param two is the output type and param three if xml markup is to be
used or not.
<p>
<p>
Etc...
Sean
I am wondering what the best approach would be to remove unwanted paragraph
marks in a document.
The document that I am trying to format has the following attributes:
Each block of text is surrounded by two paragraph marks. The first two
lines of the block of text paragraph marks have to stay. The remaining
paragraph marks have to be removed until you get to the next two paragraphs
marks. I will use a <p> to indicate the paragraphs marks in my sample text
below:
SayString <p>
Function to announce text via Synth <p>
this function is no longer being used in the script language, use the Say
function instead.
<p>
<p>
Say <p>
Says a chunk of text <p>
This function receives three parameters. Param one is the text to be
spoken. Param two is the output type and param three if xml markup is to be
used or not.
<p>
<p>
Etc...
Sean