NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: DonRidley on March 08, 2018, 11:55:39 AM

Title: XML Parsing Error: missed match tag. Expected: </p>,
Post by: DonRidley 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
Title: Re: XML Parsing Error: missed match tag. Expected: </p>,
Post by: Bruce 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
Title: Re: XML Parsing Error: missed match tag. Expected: </p>,
Post by: DonRidley 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