wolfgangw / digital_cinema_tools

Collection of useful scripts and notes for an open source based digital cinema pipeline
https://github.com/wolfgangw/digital_cinema_tools/wiki
94 stars 41 forks source link

kdm-decrypt.rb not aware of a non-working Nokogiri install #15

Closed wolfgangw closed 11 years ago

wolfgangw commented 11 years ago

See https://github.com/wolfgangw/digital_cinema_tools_distribution/issues/5#issuecomment-9889693

wolfgangw commented 11 years ago

Well, that was not the real problem after all. kdm-decrypt.rbsimply ran into a different kind of namespace scoping which it would not grok. The fix (to remove namespace scopes for the xpath queries to succeed) is good enough for decrypt op.

Note: See DSCC-generated KDMs for an example of this different way to scope a KDM document.