" 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...
just a bit more: we have tried to manage the channel rendition using "variation as live copy" introducing a page property "channel simulator" to achieve the goal, but we got that the Inheritance functionalities on page properties are not supported in XF live copy: https://experienceleaguecommunities...
Hi, i have a requirement challenge that i'm try to explain below. Context:i have a website that provide content as HTML to different challens (yeah!). that website is online since 6 years (builded in AEM 6.0, migrated in 6.3 and again migrated in 6.5.8).The multichannel implementation it was based o...