Commit b86e374
Fix XMLLiteral in PUT-content-blocks.sh
Self-closing <div/> isn't valid as an XSD XMLLiteral — Jena rejects the
PUT body with 400 "Lexical form ... not valid for datatype XSD XMLLiteral".
Use explicit start/end tags (<div></div>) which match the form used in
the real demo apps' XHTML blocks.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 29d9324 commit b86e374
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
0 commit comments