<div dir="auto"><div>Hi Mark,</div><div dir="auto"><br></div><div dir="auto">just like you defined the <svg> tag I think you can redefine the <script> tag to allow the charset attribute, and then open it where you need it to override the one defined in Basis. I had a similar problem with <meta> and this is how I solved it:</div><div dir="auto"><br></div><div dir="auto">val meta : unit -> tag [Nam = meta, Content = string, Id = id, Charset = string, Property = string] head [] [] []</div><div dir="auto"><br></div><div dir="auto">Cheers</div></div>