Skip to content

Add namespace information to Attribute type#2

Open
gorghoa wants to merge 1 commit into
jinjor:masterfrom
gorghoa:feat/add-attribute-namespaces
Open

Add namespace information to Attribute type#2
gorghoa wants to merge 1 commit into
jinjor:masterfrom
gorghoa:feat/add-attribute-namespaces

Conversation

@gorghoa

@gorghoa gorghoa commented Jun 26, 2017

Copy link
Copy Markdown

fix #1.

Add namespace information to attribute.

type alias Attribute =
    { name : String, value : String, namespace : Maybe String }

PS: sorry for the doc reformatting, courtesy of elm-format :/ If you prefer your style, let me know I would revert the reformat.

@gorghoa
gorghoa force-pushed the feat/add-attribute-namespaces branch from 7c34cd7 to ed31d16 Compare June 26, 2017 13:21
@gorghoa
gorghoa force-pushed the feat/add-attribute-namespaces branch from ed31d16 to 15328bd Compare June 26, 2017 13:21
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.

Handle attribute's namespaces

1 participant