How to embed youtube video in JATS xml

Dear all,

I need help to embed youtube video to JATS xml file.

Regards,
@anupent

You do that with the media element.

https://jats.nlm.nih.gov/publishing/tag-library/1.1/element/media.html

his is the kind of stuff you need to take into account in the parser. The parser has to know that this is an youtube url and the convert that into a working youtube embed code. Not hard, but I do not think that for example eLens does this at the moment. It would be fairly easy to add that there by creating a custom lens parser.