<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.32.2">
</HEAD>
<BODY>
Currently, during XSLT transformation,<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;socket-binding name=&quot;management-native&quot; interface=&quot;management&quot; port=&quot;${jboss.management.native.port:9999}&quot;/&gt;<BR>
<BR>
becomes<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;socket-binding name=&quot;management-native&quot; interface=&quot;management&quot; port=&quot;&lt;new-value&gt;&quot;/&gt;<BR>
<BR>
Is it ok or do you need it to be<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;socket-binding name=&quot;management-native&quot; interface=&quot;management&quot; port=&quot;${jboss.management.native.port:&lt;new-value&gt;}&quot;/&gt;<BR>
<BR>
?<BR>
<BR>
Ondra<BR>
<BR>
<BR>
</BODY>
</HTML>