Re: How to deal with EntityReferences in Document Fragments that are parsed in Context

2011-10-16 Thread Michael Glavassevich
Hi Frank, I believe LSParser.parseWithContext() will do what you want. It should use the context node to resolve entity references in the document fragment. An implementation of parseWithContext() was developed this summer by one of our GSoC students. It's still on my TODO list to integrate it a

How to deal with EntityReferences in Document Fragments that are parsed in Context

2011-10-16 Thread Frank Steimke
Hi, i had a lot of troubles with Entity-References in Document Fragments. I found a solution at last, but I would like to know whether there is a better approach. My scenario is like this: There is a Main Document which defines some internal Entities, but it does not use them. Say: ]> There i