will do the trick. _________________________________________________________ Steve Muench, Consulting Product Manager & XML Evangelist Business Components for Java Development Team ----- Original Message ----- From: "Linda Derezinski" To: ; Sent: Wednesday, February 09, 2000 6:04 PM Subject: converting from Microsoft's XSL to xalan | I am converting xsl from Microsoft's implementation to xalan and have | everything working but finding a replacement for . This | prints the current nodes' tag name. | | The XML looks like this: | |
| | 1 | 2 | |
|
| | The output I am trying to create looks like this: | Data mynode, 23, "MyName" | child1=1 | child2=2 | End mynode | | The XSL code to produce the data line in Microsoft looks like this: | Data ,,"" | | | From xalan I get the output of | | Data , 23, "MyName" | | Any ideas?? | | -Linda Derezinski | |