Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [xhtml]

XHTML is the traditional name for what is now formally called the XML syntax of HTML, as opposed to the more commonly used HTML syntax, both of which are defined by the HTML5 standard. It is a markup language commonly used for HTML pages which are generated using a XML based tool chain. Do NOT use this tag for Facelets. Use [facelets] instead.

-1 votes
0 answers
17 views

My XHTML page refuses to display any buttons or SVG

This morning my Google Chrome web browser updated. Now my webpage won't display anything except the words SVG_Bezier_Curve on the bottom of the page. And I don't know why. Here is my XHTML code: &...
Speedlearner's user avatar
0 votes
0 answers
16 views

I have an XHTML page and the body onload event refuses to function

I have a body onload function in my XHTML and Javascript pages. For some reason the onload function won't run and I don't know why? Here is my XHTML code: <html xmlns="http://www.w3.org/...
Speedlearner's user avatar
0 votes
0 answers
16 views

Jodit XHTML mode - or close void tags

Is there an XHTML mode for Jodit? Or a way to have void tags like <br>, <hr>, <img> closed by the editor. I'm finding that Jodit is overriding those closed void tags with their &...
ron0's user avatar
  • 61
0 votes
1 answer
62 views

Positioning an input button and overriding SVG

If you make the beginning coordinates and ending coordinates of the Bezier curve equidistant, then you can duplicate Bezier curves. If you click the button, a second Bezier curve will appear under the ...
Speedlearner's user avatar
0 votes
2 answers
26 views

Xquery expect return found ;

When I run my current XHTML page, I get the following error: Retrieved_Data <?xml version="1.0" ?><exception><path>/db/apps/HTML_Student/SVG_Bezier_Curve.xq</path><...
Speedlearner's user avatar
0 votes
0 answers
58 views

Different number of <br>s in XSLT rendering in Chrome and Firefox

<?xml-stylesheet type="text/xml" href="#style1"?> <!DOCTYPE message [ <!ATTLIST xsl:stylesheet id ID #REQUIRED> ]> <message> <xsl:stylesheet id="style1" version="1.0" ...
hbghlyj's user avatar
  • 113
0 votes
1 answer
44 views

Using setAttributeNS for changing SVG Path Arc element

I'm trying to store the coordinates of my SVG Path statement inside the eXist database. Here is my XHTML code: <html xmlns="http://www.w3.org/1999/xhtml"> <head> &...
Speedlearner's user avatar
0 votes
1 answer
81 views

how to redirect the 400 error in tomcat 9 version with custom error page

i tried to redirect the 400 error with my custom error page but its not working. 400 only not redirect, 404 and 500 its working fine 1: <error-page> <error-code>400</error-code&...
Ganesh Kumar's user avatar
0 votes
1 answer
64 views

Draw.io SVGs to Wikimedia, how to overcome XHTML issue?

I was hoping to make SVG diagram with Draw.io, and upload it to Wikimedia, so it could be used on Wikipedia. However, Draw.io's svg uses XHTML and Wikimedia has banned XHTML for security concerns. ...
Chlodio's user avatar
  • 219
2 votes
1 answer
77 views

JSF Composite Components: Facet Content Not Rendering Through Nested Components

I'm facing an issue with rendering content passed through facets in nested composite components. Despite the facets being recognized as not empty, the content inside these facets does not appear on ...
AndySpu's user avatar
  • 73
2 votes
0 answers
31 views

jTidy issue with character encoding/decoding

I am using jTidy 8 to tidy html in rich text editor. Whenever I put "%7BA3" in editor, jTidy converts it to "箣". I want jTidy to keep my url containing "%7BA3" as it is. ...
Vishal Sharnagat's user avatar
0 votes
0 answers
53 views

Is there a way to convert HTML to XHTML within VBA Excel?

After some days of research, I've found that other tools outside Excel/VBA use XHTML to be able to use Xpath. Selenium is not an option since for security reasons is not allowed to install programs (....
Rasec Malkic's user avatar
0 votes
0 answers
42 views

Blank page after including an SVG file into an EPUB

I'm currently creating an e-book and have gotten the advice to put my illustrations in the SVG format since they are fairy simple. Unfortunately, doing that creates a blank page after a page that ...
Bruno's user avatar
  • 1
0 votes
0 answers
18 views

How can I configure prettier to stop turning "&gt;" into "& gt;"?

My work situation does not allow the use of some characters such as ">", "<", or "&". Instead, we use the html entity equivalent in the JavaScript. Prettier ...
Tyler Pedraja's user avatar
0 votes
1 answer
158 views

Quill rich text editor not keeping font size on copy/paste

I am using the Quill rich text editor V2.0 on an xhtml page via Javascript. When I copy and paste text from MS word to the editor the font size is lost, this also happens on the demo on https://...
TiredFrontEnddev's user avatar

15 30 50 per page
1
2 3 4 5
449