Hello again,
Just wondering if when I specify vast version 2.0 if that is actually doing anything/generating a vast document that is compatible with 2.0. I'm just wondering that if I'm overwriting the version - e.g.
var VAST = require('vast-xml')
, vast = new VAST({version : '2.0'});
- which is correctly displaying in the generated vast xml -
if this is actually doing anything to prevent nodes that may be only available in vast 3.0?
Great package btw.
Hello again,
Just wondering if when I specify vast version 2.0 if that is actually doing anything/generating a vast document that is compatible with 2.0. I'm just wondering that if I'm overwriting the version - e.g.
var VAST = require('vast-xml')
, vast = new VAST({version : '2.0'});
if this is actually doing anything to prevent nodes that may be only available in vast 3.0?
Great package btw.