Hello Ashok,
I'm in the last phase of getting the outputted xml file valid to AkomaNtoso2.0
There are some modifications that I need to apply but I can't find how or from where?
first one is "proprietary" must have the attribute source=""
<proprietary source="">
another one is for the generated "Preface" sectionType look like this>>
<preface id="preface">**********</preface>
but this isn't valid to AN .. It must be
<preface>
<longTitle>
<block name="longTitle">*****</block>
</longTitle>
</preface>
so how could I append longTitle and block to preface ..
I know that I can add them via adding more sectionTypes the same way as preface sectionType was implemented
but I want all three tags : preface, longTitle, block be added on a single user click on a toolbar ..
Also block tag must be available inside sectionTypes: preamble, content .. to have valid AN
I updated runtime_required then clean & build but source attribute not shown in proprietary metadata ..
--You received this message because you are subscribed to the Google Groups "bungeni-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bungeni-edito...@googlegroups.com.
To post to this group, send email to bungeni...@googlegroups.com.
Visit this group at http://groups.google.com/group/bungeni-editor?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Does this line :caused "id" attribute not to appear for Article, section, part, hcontainer tags ??
<xsl:template match="@bodf:sourceId" />