Skip to main content

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.

0 votes
0 answers
7 views

XHTML mode - or close void tags

Is there an XHTML mode for Jodit? Or a way to have void tags like , , closed by the editor. I'm finding that Jodit is overriding those closed void tags with their "open" HTML equivalents ...
ron0's user avatar
  • 61
0 votes
1 answer
48 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
20 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
57 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
39 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
-1 votes
0 answers
67 views

Using setAttribute with SVG Path Arcs [closed]

I'm currently using XHTMl and SVG. After doing much research on the topic, I have come to the realization that the statement document.getElementById won't work with SVG elements. This is especially ...
Speedlearner's user avatar
0 votes
1 answer
77 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
62 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
75 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
52 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
40 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
146 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
0 votes
0 answers
13 views

Bootstrap container overflow and crashing with adminlte3 jsf template

Within my java jsf project, I am using the adminlte 3 plugin with bootstrap, however in the main body of the plugin which uses the content-wrapper class, when I add bootstrap containers with its grid ...
David's user avatar
  • 23

15 30 50 per page
1
2 3 4 5
449