RE: [MarkLogic Dev General] Problem inserting default namespace in created XML document fixed, but validation fails

2010-03-04 Thread Geert Josten
: donderdag 4 maart 2010 18:12 > To: 'General Mark Logic Developer Discussion' > Subject: RE: [MarkLogic Dev General] Problem inserting > default namespace in created XML document fixed, but validation fails > > Hi Geert, > > > > Thanks for the info. The th

RE: [MarkLogic Dev General] Problem inserting default namespace in created XML document fixed, but validation fails

2010-03-04 Thread Tim Meagher
'General Mark Logic Developer Discussion' > Subject: [MarkLogic Dev General] Problem inserting default > namespace in created XML document > > Hi Folks, > > > > I'm trying to take an XML document that refers to a DTD and > to remove

[MarkLogic Dev General] Problem inserting default namespace in created XML document

2010-03-03 Thread Tim Meagher
Hi Folks, I'm trying to take an XML document that refers to a DTD and to remove the DTD declaration and insert a default namespace. I built a recursive function that goes thru each node: declare namespace pre = "http://mystuff.com/pre";; declare function pre:passthru-nodeset($x as node