TRichViewEdit + TRichViewXML

General TRichView support forum. Please post your questions here
Post Reply
Graham
Posts: 64
Joined: Sun Jan 27, 2013 7:51 pm
Location: Berkshire U.K.

TRichViewEdit + TRichViewXML

Post by Graham »

Created a one line of text file in Word. Save as XML. Tried to load into RichViewEdit:

rveXML.LoadFromFile(fName).

I get the exception error message "No root element".

Am I missing something here?
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

RvXML was not designed to read Microsoft Word XML files.
It saves and reads XML files of its own structure (designed as XML alternative to RVF)
Post Reply