Jeffhou
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created Handling namespaced attribute in Code Inspections
AnsweredI'm running code inspection for an XML file and need to handle a namespaced attribute. For this tag: <tag1 ns:attr="value" /> I currently have interface Tag1 : DomElement { @get:Required @get...