[
http://opencast.jira.com/browse/MH-9093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31724#comment-31724
]
Lukas Rohner commented on MH-9093:
----------------------------------
With the namespaces changes I introduced a new jQuery plugin: jquery.xmlns.js.
With this plugin you are able to find elements within custom namespaces without
to use the prefix, this isn't possible with jQuery itself.
So i would propose to use it like this:
<script type="text/javascript" src="jquery.xmlns.js"></script>
$.xmlns["dcterms"] = "http://purl.org/dc/terms/";
var $dcelm = $(DCmetadata.documentElement).find('dcterms|' + DCname);
> Trim - Metadata Editing
> -----------------------
>
> Key: MH-9093
> URL: http://opencast.jira.com/browse/MH-9093
> Project: Matterhorn Project
> Issue Type: Bug
> Components: Administrative Tools, Engage Tools
> Affects Versions: 1.4
> Reporter: Eduardo Alonso
> Assignee: Benjamin Wulff
> Priority: Release Blocker
> Fix For: 1.4
>
> Attachments: MH-9093.path
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
http://opencast.jira.com/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn
To unsubscribe please email
[email protected]
_______________________________________________