The xpath property of RewriterConfig does not correctly get propagated through the Rewriter implementations. Currently, it is unclear, if the property is propagated through the constructor (which would be nice in terms of compilation effort), or when the RewriterConfig is passed to the rewrite method call.
The xpath property of RewriterConfig does not correctly get propagated through the Rewriter implementations. Currently, it is unclear, if the property is propagated through the constructor (which would be nice in terms of compilation effort), or when the RewriterConfig is passed to the
rewritemethod call.