Skip to content

Escape '&' and '"' in html attribute data#509

Merged
swebb2066 merged 8 commits into
masterfrom
html_layout_fix
Jul 12, 2025
Merged

Escape '&' and '"' in html attribute data#509
swebb2066 merged 8 commits into
masterfrom
html_layout_fix

Conversation

@swebb2066

@swebb2066 swebb2066 commented Jul 11, 2025

Copy link
Copy Markdown
Contributor

This PR applies the attibute nodes spec in Canonical XML 2.0 when modifying attribute strings

@swebb2066 swebb2066 changed the title Emit '"' instead of '"' in XML and html attributes Escape '&' and '"' in html attribute data Jul 11, 2025
@swebb2066 swebb2066 merged commit 1c599de into master Jul 12, 2025
34 checks passed
@ppkarwasz

Copy link
Copy Markdown
Member

@swebb2066, what about thread name? What format does thread name in C++ follow?

@swebb2066

swebb2066 commented Jul 24, 2025

Copy link
Copy Markdown
Contributor Author

The Log4cxx user would have to use pthread_setname_np or SetThreadDescription or configure a ThreadStarted callback to establish the thread name.

That is, there are no constraints on the format.

@swebb2066

swebb2066 commented Jul 24, 2025

Copy link
Copy Markdown
Contributor Author

As HTMLLayout is currently not consistant with other structured outputs, I have created #514 to make it consistant.

@swebb2066 swebb2066 deleted the html_layout_fix branch August 5, 2025 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants