PDA

View Full Version : snippet of code.......needed


clairemoore
11-17-2005, 10:06 AM
I need a small bit of xml code, I am oblivious to xml.................

I needed to find the code that creates a word doc in xml, which i have done by searching the web however, can anyone tell me the xmal code for inserting a page break?......

Please please please

Thanks

Alex Vincent
11-17-2005, 09:07 PM
Claire, part of the problem is that Word documents are not XML, or if they are, they aren't an open format where we could figure that out.

If you were talking about OpenDocument or OpenOffice, then it could be done.

KC-Luck
11-18-2005, 07:56 PM
part of the problem is that Word documents are not XML

Not true, with Office 2003 Word Documents can be saved out as WordML XML.
Microsoft Office Schemas (http://rep.oio.dk/Microsoft.com/officeschemas/welcome.htm)
some Microsoft Office 2003 (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/WordXMLCDK/html/WelcomeWordCDK_HV01147170.asp)

google:WordML for more :)