Expandir minha barra de realizações na Comunidade.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.

SOLUCIONADO

API to validate string for well formed HTML

Avatar

Level 4

Hi,

Is there any API in CQ to validate the textfield string(User will enter meta information) entered is well formed HTML or not

 

Regards

Sankar

1 Solução aceita

Avatar

Resposta correta de
Level 10

No... Need to write a custom service to validate well formed HTML.

You can use some Java API like JTidy or any similar external services

Ver solução na publicação original

3 Respostas

Avatar

Resposta correta de
Level 10

No... Need to write a custom service to validate well formed HTML.

You can use some Java API like JTidy or any similar external services

Avatar

Level 10

We have a similar use case for parsing HTML (as opposed to validating) using JSOUP as a community article:

https://helpx.adobe.com/experience-manager/using/html-parser-service.html

Avatar

Level 4
        Thanks for your information 🙂