Skip to main content
1-Visitor
July 14, 2010
Question

Arbortext Editor DOM Level 3?

  • July 14, 2010
  • 1 reply
  • 2528 views

Hi,

we are currently using Arbortext Editor 5.4 M020. We are extending the editor with Java functionality; one of the third party components used by our tool uses DOM Level 3 (in detail: Node.getTextContent()).

Is there a reason why the editor does not implement DOM Level 3? The supplied Java Version (1.6.0.13) shouldn't be the problem...

Is there a way to add DOM Level 3 support to the editor?

Best regards,

Mathias Harbeck

    1 reply

    1-Visitor
    August 10, 2010

    Mathias, can you give us a better idea of what you're trying to do that requires DOM Level 3? There may be a way to do what you're doing, just not the way you've planned on doing it.

    MathiasH1-VisitorAuthor
    1-Visitor
    August 10, 2010

    Liz, I had the requirement to integrate Apache CXF for accessing some webservices. And since CXF uses DOM Level 3 API, some methods failed with a ClassNotFoundException.

    Meanwhile, I solved the problem by using other ways to connect to the server...

    1-Visitor
    August 10, 2010

    Can you tell me more about what drives this requirement? What were you trying to do in Editor?

    Glad to hear you got your problem solved another way. Post the solution for posterity?