This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Create a node-set from a string parameter?


Karen Super wrote:
> I am using XT and I am passing in a String parameter into my stylesheet.  My
code looks like:

>                 String xmlFields =
>
"<xml><fields><field>001</field><field>012</field><field>018</field></fields></xml>";

>                 xslProcessor.setParameter("DISP", xmlFields);

It seems to me that you are skipping something here. If the string 'xmlFields' was
the input xml  for the xsl processor, instead of a parameter, then you wouldn't be
having this (unsolvable) problem. Alternately you could write the 'xmlFields'
string to a file, and read it in as nodes using the 'document()' function.

Jeff


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]