LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading HTML files.

I want to retrieve text from a HTML document. I can isolate the body of the text in the document using the string match pattern vis. However I have not found a way to easily remove the embedded HTML elements for line breaks <BR> etc. Is there a way to do this?
0 Kudos
Message 1 of 2
(2,573 Views)

Use Search and Replace String or Search and Replace Pattern. Set Replace All to T and replace with an empty string.

You can try searching for VI which analyze HTML. The internet toolkit should probably have some.


___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(2,570 Views)