Skip to content

Namespaces in attribute values #86

Open
@finlay

Description

@finlay

Hi

I am having trouble with a XML that has namespaced values. For example:

<Object xmlns:q1="example.org.nz" xsi:type="q1:ObjectType" Other="attributes" are="here" />

I would like to compare the value of the "type" attribute for equality with
"{example.org.nz}ObjectType", but can't do that. The "q1" is just noise.

See this MSDN documentation for where these things come from.

In the meantime I am going to ignore the prefix's in the values, but it is not ideal.

F

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions