Hi, I want to write a custom/external function, that I can use in a transformation and that returns a nodeset of possible elements (elements that would not violate the given schema) at a specific location (expressed as xpath) in the document.
This is a quite usual task (many xml editors provide tag/element proposition), so my first question is did I miss something, does xalan already provide such a function? I thought about using the Grammar object I can get from xerces. As xalan uses xerces, I thought I could reuse its xerces instance but I couldn't find any interface. Is this possible? I someone can give me any hints about how to implement such a function this would be very welcome! Greetings, Pascal