Skip to main content
Inspiring
April 15, 2016
Answered

RoboHelp 2015 deleted some table IDs after imported from RoboHelp 2010

  • April 15, 2016
  • 2 replies
  • 406 views

Hello everyone,

I just upgraded from RoboHelp 2010 to 2015 and noticed that 2015 has deleted some table IDs in the code.  I do have the last update that brings the version to 12.0.3.428.  I tried to use the "Find and Replace" tool to look in the code so it could find <table > and replace with <table id="gray_table">.  I keep getting "No files found with matching text." despite the fact I have the "Find in Source Code" checked off.  I have deleted the cpd file and re-started RoboHelp but made no difference.

Any help would be appreciated.

Thanks.

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer jccs3

"In your actual code, does the table tag have an extra space like your example? <table > or is it <table>"

Yes it does have the extra space.  I only assumed that the space was due to the stripping of the table ID...  Not very nice coming from RoboHelp.

2 replies

KimberlyO
Inspiring
April 15, 2016

I've found that I like to use Notepad++ for Find and Replace. Probably not the answer you are looking for.

In your actual code, does the table tag have an extra space like your example? <table > or is it <table>  Perhaps that might be why it isn't finding it?

jccs3AuthorCorrect answer
Inspiring
April 15, 2016

"In your actual code, does the table tag have an extra space like your example? <table > or is it <table>"

Yes it does have the extra space.  I only assumed that the space was due to the stripping of the table ID...  Not very nice coming from RoboHelp.