<div dir="ltr">you can configure your own: org.opencms.xml.content.I_CmsXmlContentHandler<div><br></div><div>add a handler element to the XSD:</div><div><br></div><div><div><span class="" style="white-space:pre">     </span><xsd:annotation></div><div>        <xsd:appinfo></div><div>            <handler class="your.content.handler.extends.CmsDefaultXmlContentHandler" /></div><div>            [...]</div><div>        </xsd:appinfo></div><div>    </xsd:annotation></div></div><div><br></div><div>and override `resolveMapping` to do a custom macro relacement</div><div><br></div><div>Stephan</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-06-16 13:57 GMT+02:00 kiran g <span dir="ltr"><<a href="mailto:kiran.blgt@gmail.com" target="_blank">kiran.blgt@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Is it possible to define a custom macro resolver that can extend the default<br>
CmsGalleryNameMacroResolver? If so, how is that configured in the XSD?<br>
<br>
<br>
<br>
<br>
<br>
-----<br>
Cheers,<br>
Kiran<br>
--<br>
View this message in context: <a href="http://opencms.996256.n3.nabble.com/Custom-Macro-resolver-for-XSD-tp26307.html" rel="noreferrer" target="_blank">http://opencms.996256.n3.nabble.com/Custom-Macro-resolver-for-XSD-tp26307.html</a><br>
Sent from the OpenCMS mailing list archive at Nabble.com.<br>
_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please visit<br>
<a href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" rel="noreferrer" target="_blank">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a><br>
<br>
<br>
<br>
</blockquote></div><br></div>