Code Monkey home page Code Monkey logo

resx's Issues

remove empty comment at js2resx

๐Ÿš€ Feature Proposal

remove <comment/>

Motivation

<comment> is removed instead of leaving blank at some resx files, making changes in file dff.

Example

don't preserve empty comment as default or making an option for it.

Json to Resx name field is not copying the correct value (Angular)

๐Ÿ› Bug Report

I am converting JSON to Resx XML, I am passing name, value, comment in the Json Object list. But when i get the resultant XML it does not map the name field value to name, Value and Comment field work properly but not the name.

To Reproduce

Pass the JSON object list to this function in Console the resultant XML will not map the name values to name in the XML
My JSON object list is like the below JSON list.

returned XML is like this name contain random number.

data = [{name: 'menuItemValue', value:'Weeks Per Year', comment:'Add DDI LM 19-09-2016'}]

js2resx(data, (err: any, res: any) => {
            // res is like xml
            console.log(res);
        })

result: 

<data name="816" xml:space="preserve">
    <value>Weeks Per Year</value>
    <comment>Add DDI LM 19-09-2016</comment>
  </data>

Expected behavior

I want to have name field value from my JSON object list to the resultant name in the XML. like this below.

<data name="menuItemValue" xml:space="preserve">
    <value>Weeks Per Year</value>
    <comment>Add DDI LM 19-09-2016</comment>
  </data>

Your Environment

node v16
angular v13
windows 10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.