Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
22 views

I have a large xhtml file, below the imports there is a component that should only render when a test from a Bean returns true. <c:if test="#{MyBean.myFunction()}"> <div id=&...
boycott-nestle's user avatar
1 vote
1 answer
32 views

Describe the bug: In my attached code I have a parent table with multiple rows (rows are expandable) when I expand it and try to select a sub-row, it doesn't get selected, Note: both parent table and ...
theunknownxD's user avatar
0 votes
1 answer
74 views

I’m getting a really bad layout shift when a large image mentioned below is loaded. I’m using an (X)HTML5 figure element, and its figcaption shows first near the top of the window, then when the image ...
Cecil Ward's user avatar
0 votes
1 answer
42 views

I'm very new to working with HTML/XML so forgive me if I don't include something important. I have an xhtml file that I'm trying to parse using the Python lmxl library. The goal is to place the result ...
ahzired's user avatar
2 votes
1 answer
87 views

For accessibility, do I need to write lang="xx" as well as xml:lang="xx" attributes in XML (XHTML5) to indicate human natural language and language changes? I am always writing XML ...
Cecil Ward's user avatar
0 votes
1 answer
72 views

I have an XML file with tournament data and want to calculate the total points for each team. Here’s the XML: <tournoi date="2012-12-12"> <match date="2012-12-20" ...
Abdex's user avatar
  • 3
0 votes
1 answer
119 views

Hi I am currently trying to learn how ESEF works and i have some questions about the link:schemaRef Element. Please correct me when I am wrong at any point as I am still learning :) In general the ...
CrazyEight's user avatar
0 votes
0 answers
28 views

I am having problems uploading an epub file to Ingramsparks (fixed not flowing as I am uploading a picture book) as attached. I am advised that this is a coding issue. Accordingly can anyone ...
Obstaclesaregood's user avatar
1 vote
1 answer
111 views

I am using JTidy to process XHTML documents, and I now have one containing a <video> element, which JTidy strips out. Here is the code: import org.w3c.dom.Node; import org.w3c.tidy.Tidy; import ...
user1636349's user avatar
-1 votes
2 answers
93 views

I have an XHTML document with two namespaces. That's because this XHTML document contains SVG tags and if the SVG namespace isn't included in the XHTML document, the SVG won't display on the webpage. ...
Speedlearner's user avatar
0 votes
1 answer
79 views

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
1 vote
0 answers
85 views

<?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
  • 177
-2 votes
1 answer
951 views

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
2 votes
1 answer
180 views

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
0 votes
0 answers
76 views

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
1 vote
1 answer
669 views

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
1 vote
2 answers
150 views

I have the following test.html: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xml:lang="en" xmlns=&...
f10w's user avatar
  • 1,606
0 votes
1 answer
60 views

I'm creating an index for an EPUB book. I have created entries that have subentries, such as the following: coal anthracite bituminous coal brown coal imports reserves seams [...
Thomas Hedden's user avatar
0 votes
0 answers
34 views

Here is the svg code <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 595.3 841.9" style="enable-...
Azim kolbackup's user avatar
-1 votes
1 answer
376 views

I have a text file populated dynamically from another javascript. Owing to require/bundle issues and many, many other problems I am just writing the results to a text file. I now want to display the ...
TheIronKing's user avatar
0 votes
1 answer
195 views

I'm working on a Java challenge. I want to create an application that displays a list of books as an h:selectOneRadio element. When the user submits the form, store the user’s selection in a @...
julio11's user avatar
  • 27
0 votes
1 answer
898 views

The text for an .ics file is rudimentary: BEGIN:VCALENDAR VERSION:2.0 PRODID:-//appsheet.com//appsheet 1.0//EN CALSCALE:GREGORIAN METHOD:PUBLISH BEGIN:VEVENT SUMMARY:Invitation from <<USEREMAIL()...
Anon's user avatar
  • 2,532
0 votes
0 answers
74 views

Intellij IDEA 2023.1.3 (Ultimate) Hi, I updated from Primefaces 7 to 8 and there was this change: FileUpload#fileUploadListener has been renamed into listener. I did not change this and the error was ...
Ande Hofer's user avatar
0 votes
0 answers
169 views

I convert html to docx file with docx4j I need to get docx document for opening in libreOffice. I create a docx, but in libreOffice pictures don't visible fully. If I set in properties "attach ...
Алина Михалева's user avatar
0 votes
1 answer
55 views

Im currently working on a wildfly front end using xhtml and css. And no matter what I do to the css it doesn't change anything for me. For example if I delete all styles that my teammates did from ...
Tom Kl's user avatar
  • 1

1
2 3 4 5
135