I created a new package, org.apache.woden.wsdl20.fragids, to implement Appendix A.2 [1] which defines fragment identifiers for components.
I created an abstract base class, Component, and will create a concrete subclass for each component. I'll then create a parser and serializer for URLs that contain fragment identifiers. I'll also create a generator that emits the fragment identifier for a component in the component model, and a method that finds the component given its fragment id. [1] http://www.w3.org/TR/wsdl20/#frag-ids -- Arthur --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
