: 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
'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
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