Skip to content

Bad output by getManualOrsayConfData - #18

Open
RuVT wants to merge 1 commit into
Samsung:masterfrom
RuVT:orsay_js2xmlparser_issue
Open

Bad output by getManualOrsayConfData#18
RuVT wants to merge 1 commit into
Samsung:masterfrom
RuVT:orsay_js2xmlparser_issue

Conversation

@RuVT

@RuVT RuVT commented May 26, 2018

Copy link
Copy Markdown

In orsay if the config.xml contains a tag like '<tiker>y</tiker>' it will output '<tiker><_>y</_></tiker>' because the '_' is the default string used by xml2js lib to represent the node value.
Adding {valueString: '_'} to the js2xmlparser options seems to solve the problem.
This is presents in all tizen, orsay and webOs tasks.

In orsay if the config.xml contains a tag like '<tiker>y</tiker>' it will output '<tiker><_>y</_></tiker>' because the '_' is the default string used by xml2js lib to represent the node value.
Adding {valueString: '_'} to the js2xmlparser options seems to solve the problem.
This is presents in all tizen, orsay and webOs tasks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant