-
Notifications
You must be signed in to change notification settings - Fork 13
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
Capture XML attributes? #32
Comments
|
If you implement For extra bonus points, solve the |
@dsheets It would be nice if |
What do you mean by "scheme"? The scheme component of a URI? The point is to specify the protocol or resolution method of the rest of the identifier... As for resolution to absolute identifiers, it depends on what you are manipulating. Given only an XML stream using the Atom vocabulary, the best one can do is resolve with the contained URI bases and URIs. If they are absolute, you will get absolute URIs. If they are relative, you will get relative (but more precise) URIs. Sometimes you don't want to remove I hope this makes sense. I think for most use cases of this library, the base or absolute retrieval URI will be known and should be used. If you are just writing a function to remove And, yes, |
On Sun, 7 Dec 2014 11:03:13 -0800, David Sheets wrote:
(** Resolve a URI against a default scheme and base URI *) “scheme” refers to the above sentence. I'll read the rest later. |
Ah, you need to provide a scheme here to direct the resolution regarding scheme-specific behavior so I've been planning a major update to the interface for several months. Please do post issues, ideas, suggestions, questions, etc to the issue tracker. |
Do we want to capture some XML attributes for Atom feeds, for example
xml:lang
forcontent
? ExampleThe text was updated successfully, but these errors were encountered: