NetTalk Central

Author Topic: XML Parsing Error: missed match tag. Expected: </p>,  (Read 2920 times)

DonRidley

  • Don Ridley
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
  • donaldridley2011@gmail.com
    • View Profile
    • Email
XML Parsing Error: missed match tag. Expected: </p>,
« on: March 08, 2018, 11:55:39 AM »
Page loaded Browse and a Form.

Using Redactor on form with Allow xHtml on.  Redactor works fine on form with no issues there.

Click save.

Browse becomes unresponsive.  Cannot go forward or backwards.  Browse has Allow xHtml On the appropriate column.

Inspect my generated page and I see XML Parsing Error: missed match tag. Expected: </p>.  (See Attached).

Has anyone else see this before?

Thanks,

Don
"Eliminate the impossible, whatever remains, however unlikely, must be the truth."

NetTalk 12.55
Clarion 11

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: XML Parsing Error: missed match tag. Expected: </p>,
« Reply #1 on: March 11, 2018, 11:02:07 PM »
yeah, it means the code coming back from the form is not xHTML.
There's a method in the class (which runs automatically) which helps with this, but it's not going to fix everything.

Can you extract the HTML from your table, zip that, and send it to me and I'll take a look.

cheers
Bruce

DonRidley

  • Don Ridley
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
  • donaldridley2011@gmail.com
    • View Profile
    • Email
Re: XML Parsing Error: missed match tag. Expected: </p>,
« Reply #2 on: March 12, 2018, 05:07:53 AM »
Yes sir I can. 

It hasn't been a show stopper for me but being able to use xHtml just adds a few "cool factor" features for my users.

Thanks Bruce!!

EXAMPLE APP ATTACHED


"Eliminate the impossible, whatever remains, however unlikely, must be the truth."

NetTalk 12.55
Clarion 11