Liking cljdoc? Tell your friends :D

stencil.postprocess.ignored-tag

In docx files there might be an Ignored attribute which contains an XML namespace alias list. The contents of this attribute must be a valid ns alias list on the output document too!

In docx files there might be an Ignored attribute which contains an XML namespace alias list.
The contents of this attribute must be a valid ns alias list on the output document too!
raw docstring

map-ignored-attrclj

(map-ignored-attr xml-tree)

Replaces values in ignorable-tag and requires-tag attributes to the namespace names they are aliased by.

Replaces values in ignorable-tag and requires-tag attributes to
the namespace names they are aliased by.
sourceraw docstring

unmap-ignored-attrclj

(unmap-ignored-attr xml-tree)

Walks XML tree and replaces xml namespaces with aliases. Call just before serializing the XML tree.

Walks XML tree and replaces xml namespaces with aliases.
Call just before serializing the XML tree.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close