Fix starts-with? crash: guard with string? check on attribute name

orchestration.sx process-elements iterates DOM attributes and calls
starts-with? on the name. Some attributes have nil names (e.g. from
malformed elements). Added (string? name) guard before starts-with?.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-18 07:33:05 +00:00
parent de90cd04f2
commit f78a97960f
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long