aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/sst_from_xml.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v5/sst_from_xml.rb')
-rw-r--r--lib/sisu/v5/sst_from_xml.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/sisu/v5/sst_from_xml.rb b/lib/sisu/v5/sst_from_xml.rb
index 9d9f90ce..cf5a6ac6 100644
--- a/lib/sisu/v5/sst_from_xml.rb
+++ b/lib/sisu/v5/sst_from_xml.rb
@@ -71,7 +71,7 @@ module SiSU_sstFromXML
@ver=SiSU_Env::InfoVersion.instance.get_version
end
def tell(filename,type)
- SiSU_Screen::Ansi.new(@opt.cmd,"XML #{type} to SiSU sst","#{filename} --> #{filename}.sst").green_hi_blue
+ SiSU_Screen::Ansi.new(@opt.act[:color_state][:set],"XML #{type} to SiSU sst","#{filename} --> #{filename}.sst").green_hi_blue
end
def read
xml_to_sisu
@@ -148,17 +148,17 @@ module SiSU_sstFromXML
end
end
if xml =~/\.sxs\.xml$/
- unless @opt.cmd =~/q/
+ unless @opt.act[:quiet][:set]==:on
tell(xml,'sax')
end
sax
elsif xml =~/\.sxd\.xml$/
- unless @opt.cmd =~/q/
+ unless @opt.act[:quiet][:set]==:on
tell(xml,'dom')
end
dom
elsif xml =~/\.sxn\.xml$/
- unless @opt.cmd =~/q/
+ unless @opt.act[:quiet][:set]==:on
tell(xml,'node')
end
node