You might want to have a look at the "listings"
package.

--- lamikr <[EMAIL PROTECTED]> wrote:

> Hi
> 
> Has anybody worked with XML data with the Lyx?
> I would like to write example XML data to my text
> but I have problems
> to get it formatted nicely. Is it possible to get
> LYX formatting XML 
> data easily?
> 
> If I for example write following XML
> <list><person name="aa"><address
> street="bb"></address></person><person 
> name="cc"><address
> street="dd"></address></person></list>
> 
> I would like to get it somehow formatted in a
> following way
> 
> <list>
>     <person name="aa">
>         <address street="bb"></address>
>     </person>
>     <person name="cc">
>        <address street="dd"></address>
>     </person>
> </list>
> 
> Mika
> 
> 



                
__________________________________ 
Do you Yahoo!? 
The all-new My Yahoo! - Get yours free! 
http://my.yahoo.com 
 

Reply via email to