Hi,

I am new to using the JSTL x tags and I was wondering if there was a way to parse an xml file from the local filesystem without having to go through HTTP first. I'd like to be able to do something like this:

  <c:import url="/some/path/to/test.xml" var="xml" />
  <x:parse  doc="${xml}" var="foo" />

Is there a way to do this?

Thanks for your help!

--
Seth Milder
Department of Physics and Astronomy
George Mason University
--
"We want to stand upon our own feet and look fair and square at the world -- its good facts, its bad facts, its beauties, and its ugliness; see the world as it is and be not afraid of it. Conquer the world by intelligence and not merely by being slavishly subdued by the terror that comes from it." [Bertrand Russell]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to