Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad output by getManualOrsayConfData #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RuVT
Copy link

@RuVT RuVT commented May 26, 2018

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