[EP-tech] Insert an html to dom (HIERARCHY_REQUEST_ERR) in eprint_render
Yuri via Eprints-tech <[email protected]>
| Newsgroups | gmane.comp.web.eprints.devel |
|---|---|
| Message-ID | <EMEW3|90f8b8551ff3ecbd8e08280bdeeddf1dv5PAh914eprints-tech-bounces|ecs.soton.ac.uk|[email protected]> |
Hi! eprint_render here. I'm really bored of doing ->make_element ->appendChild to create an html, so long and takes ages for a programmer (impossible for a user/integrator). Is there another way? I've tried with my $citehtml = "<html here>"; my $citexml = EPrints::XML::parse_string( undef, $citehtml ); $citfrag->appendChild($citexml); but it returns appendChild: HIERARCHY_REQUEST_ERR is there a way, for example to render something (xpage like) and insert it in the dom? *** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech *** Archive: http://www.eprints.org/tech.php/ *** EPrints community wiki: http://wiki.eprints.org/ *** EPrints developers Forum: http://forum.eprints.org/