1. Do you know some real examples of implementation and real use of extended XLink and XPointer?
  2. Does extended XLink or XPointer have some data model - can it be somehow a part of the DOM?
  3. Are there some standard approaches (libraries) how to process extended XLink on .NET (Visual Basic)?
  4. I'm interested in XBRL whose concept partly stands on the use of extended XLink (linkbases), but I have a doubts whether the XBRL could be succesfull in practice in its whole complexity (if government does not declare it as an obligatory accounting format).
link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

1 Docbook uses extended XLink

2 XLink DTD includes the extended element and attribute, so they are accessible using XPath.

3 XPath API should be able to process the extended XLink nodes

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.