Or it might be easier to use an existing reverse-proxy program that supports content filtering. For example I think you could write an nginx filter to transform XML.
-- Mike On 8 Jul 2014, at 13:19 , Casey Jordan <[email protected]> wrote: > Ok thanks > > > On Tue, Jul 8, 2014 at 4:16 PM, Justin Makeig <[email protected]> > wrote: > Yes, if you need WebDAV. The REST and Java Client APIs also allow for custom > outbound (and inbound) transformations. (That doesn't get you closer to > WebDAV, though.) > > Justin > > > On Jul 8, 2014, at 1:13 PM, Casey Jordan <[email protected]> wrote: > >> Well I need to strip out particular attributes depending on where content is >> being served from. For WebDAV and REST I don't see an easy way to do this. >> >> Would this mean that I would need to implement my own WebDAV client, so I >> could inject this logic? >> >> >> On Tue, Jul 8, 2014 at 4:11 PM, Justin Makeig <[email protected]> >> wrote: >> No, not for WebDAV. With XQuery or XDBC you have full control. What, in >> particular, are you trying to customize? >> >> Justin >> >> Justin Makeig >> Director, Product Management >> MarkLogic Corporation >> [email protected] >> www.marklogic.com >> >> >> >> On Jul 8, 2014, at 1:08 PM, Casey Jordan <[email protected]> wrote: >> >>> Is there a way to have a custom serializer for content that is serialized >>> out of the database but just for specific connections? >>> >>> For instance, so that XML served through WebDAV could be serialized >>> differently than when just retrieved and displayed through XQuery? >>> >>> Thanks >>> >>> >>> >>> -- >>> -- >>> Casey Jordan >>> easyDITA a product of Jorsek LLC >>> "CaseyDJordan" on LinkedIn, Twitter & Facebook >>> (585) 348 7399 >>> easydita.com >>> >>> >>> This message is intended only for the use of the Addressee(s) and may >>> contain information that is privileged, confidential, and/or exempt from >>> disclosure under applicable law. If you are not the intended recipient, >>> please be advised that any disclosure copying, distribution, or use of >>> the information contained herein is prohibited. If you have received >>> this communication in error, please destroy all copies of the message, >>> whether in electronic or hard copy format, as well as attachments, and >>> immediately contact the sender by replying to this e-mail or by phone. >>> Thank you. >>> _______________________________________________ >>> General mailing list >>> [email protected] >>> http://developer.marklogic.com/mailman/listinfo/general >> >> >> _______________________________________________ >> General mailing list >> [email protected] >> http://developer.marklogic.com/mailman/listinfo/general >> >> >> >> >> -- >> -- >> Casey Jordan >> easyDITA a product of Jorsek LLC >> "CaseyDJordan" on LinkedIn, Twitter & Facebook >> (585) 348 7399 >> easydita.com >> >> >> This message is intended only for the use of the Addressee(s) and may >> contain information that is privileged, confidential, and/or exempt from >> disclosure under applicable law. If you are not the intended recipient, >> please be advised that any disclosure copying, distribution, or use of >> the information contained herein is prohibited. If you have received >> this communication in error, please destroy all copies of the message, >> whether in electronic or hard copy format, as well as attachments, and >> immediately contact the sender by replying to this e-mail or by phone. >> Thank you. >> _______________________________________________ >> General mailing list >> [email protected] >> http://developer.marklogic.com/mailman/listinfo/general > > > _______________________________________________ > General mailing list > [email protected] > http://developer.marklogic.com/mailman/listinfo/general > > > > > -- > -- > Casey Jordan > easyDITA a product of Jorsek LLC > "CaseyDJordan" on LinkedIn, Twitter & Facebook > (585) 348 7399 > easydita.com > > > This message is intended only for the use of the Addressee(s) and may > contain information that is privileged, confidential, and/or exempt from > disclosure under applicable law. If you are not the intended recipient, > please be advised that any disclosure copying, distribution, or use of > the information contained herein is prohibited. If you have received > this communication in error, please destroy all copies of the message, > whether in electronic or hard copy format, as well as attachments, and > immediately contact the sender by replying to this e-mail or by phone. > Thank you. > _______________________________________________ > General mailing list > [email protected] > http://developer.marklogic.com/mailman/listinfo/general _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
