Closed rhdunn closed 9 years ago
Enter:
xquery version "3.0"; declare namespace html = "http://www.w3.org/1999/xhtml"; <html:p
Then enter the > character to close the html:p tag. After doing so, the <html:p> transforms to <html:p></p> which should instead be <html:p></html:p>.
>
html:p
<html:p>
<html:p></p>
<html:p></html:p>
Enter:
Then enter the
>
character to close thehtml:p
tag. After doing so, the<html:p>
transforms to<html:p></p>
which should instead be<html:p></html:p>
.