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

[Bug]: Xml to record conversion not working #42698

Open
mindula opened this issue May 6, 2024 · 0 comments · May be fixed by #42699
Open

[Bug]: Xml to record conversion not working #42698

mindula opened this issue May 6, 2024 · 0 comments · May be fixed by #42699
Assignees
Labels
Team/LanguageServer Language Server Implementation related issues. #Compiler Type/Bug userCategory/Compilation

Comments

@mindula
Copy link
Contributor

mindula commented May 6, 2024

Description

Xml to record conversion is not working for below scenario,

<p:person xmlns:p="[www.example.org/personData](http://www.example.org/personData)" age="30">
    <n:name xmlns:n="[www.example.org/personName](http://www.example.org/personName)">John</n:name>
    <a:address xmlns:a="[www.example.org/personAddress](http://www.example.org/personAddress)">
        <c:city xmlns:c="[www.example.org/addressCity](http://www.example.org/addressCity)">Hollywood</c:city>
        <s:state xmlns:s="[www.example.org/addressState](http://www.example.org/addressState)">FL</s:state>
        <ct:country xmlns:ct="[www.example.org/addressCountry](http://www.example.org/addressCountry)">USA</ct:country>
    </a:address>
</p:person>

Steps to Reproduce

No response

Affected Version(s)

No response

OS, DB, other environment details and versions

No response

Related area

-> Compilation

Related issue(s) (optional)

No response

Suggested label(s) (optional)

No response

Suggested assignee(s) (optional)

No response

@mindula mindula added Type/Bug Team/LanguageServer Language Server Implementation related issues. #Compiler labels May 6, 2024
@mindula mindula self-assigned this May 6, 2024
@ballerina-bot ballerina-bot added needTriage The issue has to be inspected and labeled manually userCategory/Compilation labels May 6, 2024
@mindula mindula removed the needTriage The issue has to be inspected and labeled manually label May 6, 2024
@mindula mindula linked a pull request May 6, 2024 that will close this issue
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team/LanguageServer Language Server Implementation related issues. #Compiler Type/Bug userCategory/Compilation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants