how to parse xsl:output ... with xpath? "./xsl:output" does not work. is
there other notation for this?

Re: how to parse xsl:output ... with xpath? "./xsl:output" does not work. is there other notation for this? by Steve

Steve
Thu Feb 23 07:14:52 CST 2006

If your xml doc user namespaces, you will have to use a namespace manager.

Check
http://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemxmlxmlnamespacemanagerclasstopic.asp

HTH
Steve
"Daniel" <softwareengineer98037@yahoo.com> a écrit dans le message de news:
OtF7$bDOGHA.1216@TK2MSFTNGP14.phx.gbl...
> how to parse xsl:output ... with xpath? "./xsl:output" does not work. is
> there other notation for this?
>
>