Skip to content

fix(core): ignore processing instruction syntax in templates#69726

Open
crisbeto wants to merge 1 commit into
angular:mainfrom
crisbeto:34371/processing-instructions
Open

fix(core): ignore processing instruction syntax in templates#69726
crisbeto wants to merge 1 commit into
angular:mainfrom
crisbeto:34371/processing-instructions

Conversation

@crisbeto

Copy link
Copy Markdown
Member

Updates the template parser to detect and ignore processing instruction syntax (e.g. <? foo ?>). Currently it is being printed out as text.

Fixes #34371.

Updates the template parser to detect and ignore processing instruction syntax (e.g. `<? foo ?>`). Currently it is being printed out as text.

Fixes angular#34371.
@crisbeto crisbeto added action: review The PR is still awaiting reviews from at least one requested reviewer target: patch This PR is targeted for the next patch release labels Jul 10, 2026
@angular-robot angular-robot Bot added the area: core Issues related to the framework runtime label Jul 10, 2026
@ngbot ngbot Bot added this to the Backlog milestone Jul 10, 2026
@crisbeto crisbeto marked this pull request as ready for review July 10, 2026 12:40
@crisbeto

Copy link
Copy Markdown
Member Author

Passing TGP

@crisbeto crisbeto requested a review from mattrbeck July 10, 2026 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: review The PR is still awaiting reviews from at least one requested reviewer area: core Issues related to the framework runtime target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

XML prolog data being printed when including SVG in templateUrl

1 participant