Hello Ashok,
I'm working on getting metadata section as required for our metadata fields and for being valid with AkomaNtoso.
I edited attached files: (under >> birzeit_configs/system/generators/
- type_meta_ident_publi_generator.xsl
- type_static_templates.xsl
SO that they display TLCOrganization record in metadata .. but I need more than one record(one for pna, another for IoL) ... how can I achieve that?
Also, I created frbrauthor_generator to have 2 attributes (href and as) which values may differ between work, expression, manifistaion
attached is a screen shot for what I have till now in my AN generated xml
--___________________________
Samar Ayesh
On 14 November 2012 15:33, Samar Ayesh <smr....@gmail.com> wrote:
Hello Ashok,
I'm working on getting metadata section as required for our metadata fields and for being valid with AkomaNtoso.
I edited attached files: (under >> birzeit_configs/system/generators/
- type_meta_ident_publi_generator.xsl
- type_static_templates.xsl
SO that they display TLCOrganization record in metadata .. but I need more than one record(one for pna, another for IoL) ... how can I achieve that?
Just added the following lines to get TLCOrganization and TLCRole in meta section .. but it didn't work !!
<sectionType name="root"<TLCOrganization id="$BungeniWorkAuthor" href="/ontology/organization/ps/palestinianNationalAuthority" showAs="Palestinian National Authority" />
prefix="act"
numstyle="single"
visibility="user" >
<output>
<meta>
<TLCOrganization id="$BungeniManAuthor" href="/ontology/organization/ps/IoL" showAs="Institute of Law"/>
<TLCRole id="$BungeniManAuthorAs" href="/ontology/role/editor" showAs="Editor"/>
<TLCRole id="$BungeniExpAuthorAs" href="/ontology/role/publisher" showAs="Publisher"/>
<TLCRole id="$BungeniWorkAuthorAs" href="/ontology/role/author" showAs="Author"/>
</meta>
<content>
.
.
.
.
--
You received this message because you are subscribed to the Google Groups "bungeni-editor" group.
To view this discussion on the web visit https://groups.google.com/d/msg/bungeni-editor/-/19gOuVvuWYoJ.
To post to this group, send email to bungeni...@googlegroups.com.
To unsubscribe from this group, send email to bungeni-edito...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bungeni-editor?hl=en.
I just added metadatas tag to root section but it didn't work ,
I added an: namespace prefix as you wrote also.. but exporting to xml failed!
even though namespaces are declaired in doc_types file>>
<outputs>
<namespace prefix="an" type="main" desc="Akoma Ntoso" uri="http://www.akomantoso.org/2.0" />
<namespace prefix="bg" type="proprietary" desc="Proprietary" uri="http://www.proprietary.org" />
</outputs>
Is there something missing to get it to work?
To view this discussion on the web visit https://groups.google.com/d/msg/bungeni-editor/-/nFZBGGMifF8J.
To post to this group, send email to bungeni...@googlegroups.com.
To unsubscribe from this group, send email to bungeni-edito...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bungeni-editor?hl=en.