xsl-list
[Top] [All Lists]

Re: [xsl] HTML5 semantics and XSLT

2022-02-23 13:22:20
Thanks David! This is quite fascinating (in a horrible way).

Cheers, Wendell

From: David Carlisle d(_dot_)p(_dot_)carlisle(_at_)gmail(_dot_)com 
<xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Wednesday, February 23, 2022 12:11 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] HTML5 semantics and XSLT

prefixing every element is overkill for that particular issue, jut need to make 
sure that you don't write an element with name script (in any case) or if you 
do that it specifies a type that isn't a synonym for javascript.

The above is the same as

<!DOCTYPE html>
<html 
wibble="http://www.w3.org/2020/xhtml6<https://gcc02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.w3.org%2F2020%2Fxhtml6&data=04%7C01%7Cwendell.piez%40nist.gov%7Cd4cbb73001434ed4633608d9f6ef8f8c%7C2ab5d82fd8fa4797a93e054655c61dec%7C1%7C0%7C637812331028934276%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=R1ItSC3YAwjmBrU72%2FuopM%2B7NtGOPJvk2EGubtpejfg%3D&reserved=0>">
    <head>
        <title>Boo?</title>
    </head>
    <body>
        

    </body>
</html>


and executes the script, conversely this does not

<!DOCTYPE html>
<html>
    <head>
        <title>Boo?</title>
    </head>
    <body>
        

    </body>
</html>





Otherwise, at least as reported in the post cited above, an OpenOffice 
document, when previewed in certain execution contexts, can act much like a 
Word document with embedded malware.

Comments?

Regards, Wendell

XSL-List info and 
archive<https://gcc02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.mulberrytech.com%2Fxsl%2Fxsl-list&data=04%7C01%7Cwendell.piez%40nist.gov%7Cd4cbb73001434ed4633608d9f6ef8f8c%7C2ab5d82fd8fa4797a93e054655c61dec%7C1%7C0%7C637812331028934276%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=DSzbPCDsnj3vJxjh4gwZc1fFxMAmBbSFYcam31UMIbg%3D&reserved=0>
EasyUnsubscribe<https://gcc02.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.mulberrytech.com%2Funsub%2Fxsl-list%2F2739265&data=04%7C01%7Cwendell.piez%40nist.gov%7Cd4cbb73001434ed4633608d9f6ef8f8c%7C2ab5d82fd8fa4797a93e054655c61dec%7C1%7C0%7C637812331028934276%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=VZ%2FHywNKNpVGtcdItg%2FumACinkQNDzjBBAFRh5dRtjk%3D&reserved=0>
 (by email)
XSL-List info and 
archive<https://gcc02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.mulberrytech.com%2Fxsl%2Fxsl-list&data=04%7C01%7Cwendell.piez%40nist.gov%7Cd4cbb73001434ed4633608d9f6ef8f8c%7C2ab5d82fd8fa4797a93e054655c61dec%7C1%7C0%7C637812331028934276%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=DSzbPCDsnj3vJxjh4gwZc1fFxMAmBbSFYcam31UMIbg%3D&reserved=0>
EasyUnsubscribe<https://gcc02.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.mulberrytech.com%2Funsub%2Fxsl-list%2F3302254&data=04%7C01%7Cwendell.piez%40nist.gov%7Cd4cbb73001434ed4633608d9f6ef8f8c%7C2ab5d82fd8fa4797a93e054655c61dec%7C1%7C0%7C637812331028934276%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=WS%2BjmB6CbrVhRYxqhQY04PgrlPOBwXxxcBn%2FbEO%2BXog%3D&reserved=0>
 (by email<>)
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--
<Prev in Thread] Current Thread [Next in Thread>