6,715 questions
0
votes
0
answers
25
views
Why is <c:if test="#{MyBean.myFunction()}"> rendering multiple times in my xhtml file?
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=&...
0
votes
0
answers
44
views
JSF composite component field not working from ui:include inside another composite component
Java 21 and Wildfly 37.0.0:
Seeing this weird thing where I'm creating a new composite component, but the field passed into it is null when residing inside a <ui:include> within another ...
1
vote
1
answer
46
views
Selection on expanded row in DataTable is not working
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 ...
0
votes
1
answer
64
views
Variables getting stuck on values in my script [closed]
My web page is designed to allow people to use HSL or RGB gauges to play around with colours.
However, if you use the RGB gauges to find a colour that corresponds to a CSS colour name, or use the ...
0
votes
1
answer
77
views
Layout shift despite specifying width and height in CSS
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 ...
0
votes
0
answers
71
views
PHPword images that are in HTML not adding to the word document
I have a template word document with a placeholder that needs to be replaced by HTML code. That HTML code has test wrapped images as well. Ill break down my requirement and the issue below.
...
0
votes
1
answer
42
views
Why might lmxl insert <p> tags when parsing my xhtml file?
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 ...
0
votes
0
answers
29
views
Issue with colspan/rowspan Converting HTML to PowerPoint using XHTMLtoPPTX
I am trying to convert HTML content into PowerPoint slides using the XHTMLtoPPTX library, but I am encountering this issue:
Table properties such as colspan and rowspan are not being applied and ...
2
votes
1
answer
87
views
For accessibility, do I need to use lang="" as well as xml:lang="" attributes in XML (XHTML5)?
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 ...
0
votes
1
answer
222
views
Issues with Inline CSS Converting HTML to PowerPoint using XHTMLtoPPTX
I am trying to convert HTML content into PowerPoint slides using the XHTMLtoPPTX library, but I am encountering this issue:
Inline CSS Styles Not Applying Correctly:
Some CSS styles, particularly ...
0
votes
1
answer
76
views
How to sum up values in XML
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" ...
0
votes
1
answer
140
views
Splitting one row of data into two when exporting a SQL result into HTML
I have a result set in SQL Server (simplified and with fewer rows):
Name
Last Sale
Delivery Details
Call Date
Details
Smith
2024-06-13
Parcels go to side dr
2024-08-19
Enquiry re stk
Smith
2024-06-13
...
0
votes
1
answer
125
views
ESEF XHTML - schemaRef
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 ...
-1
votes
2
answers
175
views
How to get correct tab order with nav at end of document, using only xhtml and css
My nav element is positioned at the end of the document for accessibility reasons, and positioned at the top of the screen using CSS. Because of the document order, I suspect that the nav links will ...
0
votes
0
answers
32
views
Epub: trying to resolve issues
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 ...