Skip to content

Commit

Permalink
Update release-notes-1.2.0.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Pubudu Fernando <[email protected]>
  • Loading branch information
praneesha and pubudu91 authored Mar 20, 2020
1 parent 403643b commit 879b2a6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions release-notes-1.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ XML step expressions allow to query the children of an XML element or children o

```ballerina
xml x = xml `<root>
<person><name><fname>Kamal</fname><lname>Gunae</lname></name></person>
<person><name><fname>Nimal</fname><lname>Jayee</lname></name></person>
<person><name><fname>Sunil</fname><lname>Kumarae</lname></name></person>
</root>`;
<person><name><fname>John</fname><lname>Doe</lname></name></person>
<person><name><fname>Jane</fname><lname>Doe</lname></name></person>
<person><name><fname>Bob</fname><lname>Bernard</lname></name></person>
</root>`;
// Select all children items of `x`.
xml allChildren = x/*;
Expand Down Expand Up @@ -743,4 +743,3 @@ Now, you do not need to restart the IDE make the user configurations effective.

A complete list of issues fixed for 1.2.0 can be found [here](https://github.com/ballerina-platform/ballerina-lang/issues?q=is%3Aissue+milestone%3A%22Ballerina+1.2.0%22+is%3Aclosed).


0 comments on commit 879b2a6

Please sign in to comment.