Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-528

Configure allowed namespaces of XHTMLSerialize

    • Icon: New Feature New Feature
    • Resolution: Fixed
    • Icon: Major Major
    • 2.1
    • 2.0
    • None
    • None

      Currently it is only possible when configuring the component, but for the cms, the component is declared and the developper cannot configure it.

          [RUNTIME-528] Configure allowed namespaces of XHTMLSerialize

          Sample for adding a new namespace

              <feature name="xhtmlserializer-mathml">
              	<extensions>
              		<extension id="org.ametys.runtime.cocoon.XHTMLSerializerExtensionPoint.mathml" point="org.ametys.runtime.cocoon.XHTMLSerializerExtensionPoint">
              			<namespace-allowed>http://www.w3.org/1998/Math/MathML</namespace-allowed>
              		</extension>
              	</extensions>
              </feature>
          

          Raphaël Franchet added a comment - Sample for adding a new namespace <feature name= "xhtmlserializer-mathml" > <extensions> <extension id= "org.ametys.runtime.cocoon.XHTMLSerializerExtensionPoint.mathml" point= "org.ametys.runtime.cocoon.XHTMLSerializerExtensionPoint" > <namespace-allowed> http://www.w3.org/1998/Math/MathML </namespace-allowed> </extension> </extensions> </feature>

            Unassigned Unassigned
            raphael Raphaël Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: