Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSP: xmlns in response causes a failure to parse an ad from the response #347

Closed
dasgarner opened this issue Jan 29, 2025 · 0 comments
Closed
Assignees
Milestone

Comments

@dasgarner
Copy link
Member

XMLNS requires the NS be passed to instances of SelectSingleNode, but we currently assume no namespace is provided (because most SSPs do not provide one).

We should either detect that a namespace is present and use it, or strip it out before parsing.

@dasgarner dasgarner added this to the 4 R405 milestone Jan 29, 2025
@dasgarner dasgarner self-assigned this Jan 29, 2025
dasgarner added a commit to dasgarner/xibo-dotnetclient that referenced this issue Jan 29, 2025
dasgarner added a commit to dasgarner/xibo-dotnetclient that referenced this issue Jan 29, 2025
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

No branches or pull requests

1 participant