" Is it causing any issue due to this charset ? " yeah i think, in particular, in the JCR i have saved the char €, and in the XML a receive the char ?.I think that the issue is related to the response content type. Any other suggest?
yes.. my issue is related to the response content-type charset wrong. also adding the "marshaller.setProperty(Marshaller.JAXB_ENCODING, "UTF-8");"i receiving the same result on response content-type.. reading this article "https://howtodoinjava.com/jaxb/marshaller-example/",seems that utf-8 is the d...
Hi community, i developed a custom XML exporter:"/** * XML export used to generate XML render on servlets. */@Component(service = ModelExporter.class)public class CustomXmlExporter implements ModelExporter { private static final Logger LOG = LoggerFactory.getLogger(CustomXmlExporter.class); @O...
Hi community, in aem 6.5, how can i customize bold <b> tag into <strong>?i have tried with:<htmlRules jcr:primaryType="nt:unstructured"> <docType jcr:primaryType="nt:unstructured"> <typeConfig jcr:primaryType="nt:unstructured"> <semanticMarkupMap jcr:primaryType="nt:unstructured...
Hi, i'm trying to use the the feature:"Overriding Properties of a Live Copy PageThe page properties of a Live Copy page are inherited (and not editable) from the source page by default.You can cancel inheritance for a property when you need to change the property value for the live copy. A link icon...
i have a similar problem. i want using the functionality i want override the the component injected in my site page "cq/experience-fragments/editor/components/experiencefragment" with my custom experience fragments component (inherited from core component). i don't have found any article that can he...
i have tried to "copy and past" the core component "/apps/core/wcm/components/text/v2/text" and the issue is highlighted also on core component "clone":