215,080
questions
-1
votes
0
answers
12
views
Remove elements/attributes of XML by XSD
I want to remove all elements and/or attributes of a .xml-file that not match definitions of a .xsd-file.
I provide simplified version of a XML-XSD-filepair, but they actually have more attributes. So ...
0
votes
0
answers
5
views
Did XML parsers and schema validators change on XL-Deploy version 22?
I thought that the core of XL Deploy relied on Java-based parsers like JAXB or DOM for XML processing.
I imagined that classes like javax.xml.validation would be embedded in XL-Deploy source code (...
1
vote
1
answer
17
views
How to xsd validate formatted text with length restriction
I fail to create a xsd file to validate a comment element.
The element "comment" can contain text and optional children <b>, <i>, <ul>
The children elements can be nested ...
0
votes
0
answers
22
views
odoo 17 whats the name of the xml file that generate the pdf invoice report and how i can know it?
I am trying to add a new column(Number of Members) to the pdf invoice and hide the tax column when I generate the pdf file no change happen, I want to know which xml file generate the invoce.
here is ...
-2
votes
2
answers
34
views
XSLT 3.0 Processing JSON: functions vs templates: which is better? (metrics and elegant solution wanted) [closed]
I took @Michael Kay's comment at How to convert JSON to XML using XSLT? to heart when he said:
XSLT 3.0 isn't actually that good at processing JSON using template
rules: it can be done, but it isn't ...
0
votes
0
answers
43
views
What’s Wrong with my Code? "PHP ERROR: Uncaught ArgumentCountError"
I have seen that there are already some articles on this topic, but unfortunately I have not found a solution for my code.
I’m exporting orders from Woocommerce with custom codes (plugin WP ALL IMPORT)...
0
votes
1
answer
23
views
DataView RowFilter date time with XML
I have xml feed as
<CalendarEvent>
<EventID>12667274</EventID>
<StartDate>14/11/2024</StartDate>
<StartTime>08:45</StartTime>
<EndDate>14/11/2024</...
0
votes
0
answers
25
views
XML TEI to HTML [duplicate]
I am trying to write a xsl file in order to transform a given xml to html (for publication). Here is my example xml:
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model ...
-3
votes
0
answers
19
views
How do I not apply global padding to a banner?
and the program doesn't help, what should I do?
The banner at the bottom does not expand to fill the entire screen!
<?xml version="1.0" encoding="utf-8"?>
<androidx....
1
vote
1
answer
50
views
XDocument - Convert Open and Close Tags to Self-Closing Tag
NOTE: This is NOT a semantic question. This isn't asking about what self closing tags mean. This is about doing the OPPOSITE with XDocument than what is mentioned in this example post with C#:
A
...
0
votes
0
answers
12
views
Validate XML message coming from DB query in PDI
I am retrieving XML messages that are stored in a database via query. Before sending them to a "Get Data from XML" step, I want to make sure that the XMLs are well formatted.
There is a step ...
0
votes
0
answers
25
views
joining two xsd schemes generated from xml that has different target namespaces
I have a problem: when I generate from XML to XSD i get two schemes, because i have different target namespaces. Now I need to join them together but I always get error that it cannot access the file ...
0
votes
1
answer
63
views
How to read XML and then encode it in Base64 with padding avoiding strange characters
I am writing a TypeScript code and I would like to read an XML file, to then encode it in Base64 with padding. I could read and encode the file, but after decoding it, I see many strange characters ...
0
votes
1
answer
37
views
XSLT 3.0 processing JSON to XML: template for array never called - precedence rules unclear
In XSLT 3.0, I want to process in a standard way the XML that is inplicitly produced by a call to json-to-xml() from a JSON input that contains objects and an array of simple values. The solutions ...
0
votes
1
answer
53
views
Portal widget not working for public users
In Odoo v16 Template form, I have a selection field “Activity Type” that contains records from backend (like Many2many-tags widget but now in Portal), will be chosen by the user, and the user can ...