Tagged Questions
The xpointer tag has no wiki summary.
1
vote
1answer
148 views
XPointer URL not resolved when addressing apostrophe-encased @id values
Frustrating issue with XInclude / XPointer here.
The aim is to include entries from a list of XML-formatted price-entries into another document.
I have a document with a list of prices that looks ...
1
vote
1answer
66 views
What's the point (no-pun) of XPointer ranges?
XPointer spec talks about ranges that, as far as I understand, mean you can target two nodes in an XML document and get everything in between them or something. Do people really use this? What is it ...
0
votes
1answer
61 views
XLink & XPointer in real world app
Do you know some real examples of implementation and real use of extended XLink and XPointer?
Does extended XLink or XPointer have some data model - can it be somehow a part of the DOM?
Are there ...
0
votes
1answer
24 views
Can XPointer “follow” links?
I know I can specify a node another document using XPointer:
http://www.google.com/#xpointer(...)
But, can I specify an a/@href node in the current document, and point to a node in that document?
0
votes
3answers
320 views
what use does xslt,xpath,xlink,xpointer,dtd have in the real world of application building [closed]
I am studying all that i can about web services such as soap and found some of the xml displayed on some tutorials hard to understand so i decided to learn from the ground up to make sense of things.
...
0
votes
1answer
82 views
XPointers in SVG
I've been trying to get XPointer URIs working in an SVG file, but haven't had any luck so far. After trying something more complicated and failing, I simplified it down to just referencing an ID. ...
0
votes
1answer
241 views
Using XLink to refer to nodes within same document
The general gist of a simple XLink to another node in the same document seems to be:
<root xmlns:xlink="http://www.w3.org/1999/xlink">
<firstChild id="ID1" />
...
<ref ...