newsAdvanced Gtk+ Sequencer - News

 
 

Problems with open GSequencer files

Item posted by Joël Krähemann <jkraehemann> on Wed 06 Feb 2019 09:35:50 PM UTC.

The default XML Namespace causes problems with XPath lookup.

In order to solve the situation, change the root nodes xmlns attribute:


<ags-simple-file xmlns="http://nongnu.org/gsequencer/ns/ags-simple-file" id="39b31bfa-2a51-11e9-b411-24be05e12b31" version="2.1.46" build-id="CEST 14-09-2017 04:33">


... Like following, just add the suffix :agssf


<ags-simple-file xmlns:agssf="http://nongnu.org/gsequencer/ns/ags-simple-file" id="39b31bfa-2a51-11e9-b411-24be05e12b31" version="2.1.46" build-id="CEST 14-09-2017 04:33">




by Joël

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code