EPrints Technical Mailing List Archive
See the EPrints wiki for instructions on how to join this mailing list and related information.
Message: #01182
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] Comments in XML configuration files: beware! (possibly needs fixing)
- To: "'eprints-tech@ecs.soton.ac.uk'" <eprints-tech@ecs.soton.ac.uk>
- Subject: [EP-tech] Comments in XML configuration files: beware! (possibly needs fixing)
- From: John Salter <J.Salter@leeds.ac.uk>
- Date: Mon, 15 Oct 2012 14:18:23 +0100
In case you weren't already aware...
Comments in XML configuration files (e.g. citations) will come through to the rendered page.
To me, this is an unexpected behaviour* - not sure what others think?
Example:
<choose>
<when test="type = 'book' and is_set( creators )">
<print expr="creators_name"/>
</when>
<when ...>
...
</when>
<otherwise>
<!-- print nothing? Some variant of <print expr="creators_name"/>? -->
</otherwise>
</choose>
Results in a literal HTML comment when none of the <when ...> statements are matched:
<!-- print nothing? Some variant of <print expr="creators_name"/>? -->
It's fairly easy to look at the source code for an abstract page and see what's in there - not so easy to spot when just viewing the webpage itself!
Cheers,
John
*My reasoning for this being unexpected is that there are internal-comments in the file already e.g.
<!--
Full citation for an eprint.
-->
I would not expect this to end up in the rendered page - and therefore not other comments!
- Follow-Ups:
- [EP-tech] Re: Comments in XML configuration files: beware! (possibly needs fixing)
- From: Sebastien Francois <sf2@ecs.soton.ac.uk>
- [EP-tech] Re: Comments in XML configuration files: beware! (possibly needs fixing)
- Prev by Date: [EP-tech] Re: A small issue in REF2014 Plugin v1.2.1
- Next by Date: [EP-tech] Re: Comments in XML configuration files: beware! (possibly needs fixing)
- Previous by thread: [EP-tech] generate_views problem: possibly perl modules discreapancy
- Next by thread: [EP-tech] Re: Comments in XML configuration files: beware! (possibly needs fixing)
- Index(es):
