Re: [xml-dev] Copying text from a source, then converting to XML

From
Mukul Gandhi <>
To
Date
2006-07-13T17:37:50Z
ID
<>
Thread
Re: [xml-dev] Copying text from a source, then converting to XML
I think, XSLT 2.0 would be useful for this task. Specifically the
unparsed-text function.

Regards,
Mukul

On 7/13/06, Daniel Gresh <> wrote:
> I have a question about this. Some of the question may not pertain to
> XML, but if anyone knows a method, that'd be great.
>
> So, I basically want to automatically search a large number of documents
> for certain keywords. When I find that keyword, I want the paragraph the
> keyword is in, not the page, to be copied and pasted somewhere. After
> that, I want to convert the pasted text to XML.
>
> Does anyone know a method for doing either of these tasks? Copying
> certain paragraphs or substrings of text that have certain phrases in
> them, then converting to XML? Perhaps there is a script of some sort? Or
> a free program?
>
> Any help would be appreciated.