Writing xml files

Hi guys, i am trying to write some data from lotus document to xml file, i i use the syntax

Write #fileNum%,{<title></title>}

when i open with a text editor the xml file i read :

“title”

it is correct?

Thankyou

Pietro

Subject: No it’s wrong

You want to use Print# not write.

Look it up in Domino Designer help.

Also what you are printing is not a valid XML document, but I’m guessing you just posted that as an example.

Subject: RE: No it’s wrong

thnak you it’working good