frameexpert
2006-10-20 14:01:47 UTC
I have an element that contains a processing instruction:
<Title>This is the<?FM MARKER [Cross-Ref] b410106?> Title
element</Title>
I can find the processing instruction by using:
oPi = oTitle.selectSingleNode("processing-instruction()");
How do I delete the processing instruction, now that I have located it?
Thanks in advance.
Rick Quatro
<Title>This is the<?FM MARKER [Cross-Ref] b410106?> Title
element</Title>
I can find the processing instruction by using:
oPi = oTitle.selectSingleNode("processing-instruction()");
How do I delete the processing instruction, now that I have located it?
Thanks in advance.
Rick Quatro