Simple:
Código PHP:
<?php $Nombre="Laura";
?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="Clases/Hojas_Estilo/DatosPersonalesComercial.xsl"?>
<tabla>
<fila>
<NombreC><?php echo $Nombre; ?> </NombreC>
</fila>
</tabla>