You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the elements tree always get one empty item inside the app inof list in the annotation node.
is there a way to get the value of it.
xs:annotation
xs:appinfo
<info:MetaType value="Text"/>
<info:LogicalType value="Text"/>
<info:FinFormat value="16x"/>
</xs:appinfo>
</xs:annotation>
The text was updated successfully, but these errors were encountered:
I've changed the way that the AppInfo is parsed in order to return the exact contents of the tag. This should solve your issue. Update to the latest version (1.0.24), and close this issue if it is resolved.
Thanks for using this library, leave a star if it was helpful :)
in the elements tree always get one empty item inside the app inof list in the annotation node.
is there a way to get the value of it.
xs:annotation
xs:appinfo
<info:MetaType value="Text"/>
<info:LogicalType value="Text"/>
<info:FinFormat value="16x"/>
</xs:appinfo>
</xs:annotation>
The text was updated successfully, but these errors were encountered: