Re: [MarkLogic Dev General] Royal Road to CPF using XSLT?

2011-03-11 Thread Ron Hitchens
: Thursday, March 10, 2011 3:15 PM > To: General MarkLogic Developer Discussion > Subject: Re: [MarkLogic Dev General] Royal Road to CPF using XSLT? > > > You should certainly look at Information Studio, but I'm unfamiliar with it > so I will ignore it for now. > >

Re: [MarkLogic Dev General] Royal Road to CPF using XSLT?

2011-03-10 Thread Keith L. Breinholt
Dev General] Royal Road to CPF using XSLT? You should certainly look at Information Studio, but I'm unfamiliar with it so I will ignore it for now. Assuming you're on 4.2 (and don't want to use IS) you wouldn't need full-blown CPF. You could do it with a simple

Re: [MarkLogic Dev General] Royal Road to CPF using XSLT?

2011-03-10 Thread Ron Hitchens
You should certainly look at Information Studio, but I'm unfamiliar with it so I will ignore it for now. Assuming you're on 4.2 (and don't want to use IS) you wouldn't need full-blown CPF. You could do it with a simple trigger. When a document is inserted in the appropriate directory

Re: [MarkLogic Dev General] Royal Road to CPF using XSLT?

2011-03-10 Thread Wayne Feick
You might also consider a precommit trigger. David Sewell wrote: To paraphrase Euclid, I'm guessing there's no royal road to auto-applying XSLT to a document at load time into the database? Our use case is simply that for a given directory in one of our databases, we want to run all XML files

Re: [MarkLogic Dev General] Royal Road to CPF using XSLT?

2011-03-10 Thread David Sewell
Yes, we're using MLS 4.2, and are using Information Studio in the context of a couple new projects, but have older customary workflows for getting documents into the database using other methods. So the question I guess will be whether to shift the workflow or to design a custom CPF pipeline that w

Re: [MarkLogic Dev General] Royal Road to CPF using XSLT?

2011-03-10 Thread Danny Sokolsky
rsday, March 10, 2011 1:06 PM To: General Mark Logic Developer Discussion Subject: [MarkLogic Dev General] Royal Road to CPF using XSLT? To paraphrase Euclid, I'm guessing there's no royal road to auto-applying XSLT to a document at load time into the database? Our use case is simply t

Re: [MarkLogic Dev General] Royal Road to CPF using XSLT?

2011-03-10 Thread Murray, Gregory
David, Are you using MLS 4.2? I'm assuming not -- otherwise you would have already tried Information Studio, which can run XSLT as part of document loading. Greg Gregory Murray Digital Library Application Developer Princeton Theological Seminary Library On Mar 10, 2011, at 4:05 PM, David Sewel

[MarkLogic Dev General] Royal Road to CPF using XSLT?

2011-03-10 Thread David Sewell
To paraphrase Euclid, I'm guessing there's no royal road to auto-applying XSLT to a document at load time into the database? Our use case is simply that for a given directory in one of our databases, we want to run all XML files through a particular XSLT stylesheet. We have managed to coexist with