Subject: RE: Problem turning a xml string into a proper tree
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 3 Feb 2004 14:09:40 -0000
|
> I'm trying to acces an xml string as it were a node I'm using xalan
> processor.
> It is no worth using the nodeset function. Any idea ?
A string isn't a node, so you can't access it as if it were.
Why are you trying to access a string as if it were a node? What problem
are you trying to solve?
Michael Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|