Re: [MarkLogic Dev General] Applying XSLT on XML file using xdmp:xslt-invoke

2013-07-19 Thread Khan, Kashif
: general-boun...@developer.marklogic.com [general-boun...@developer.marklogic.com] on behalf of Khan, Kashif [kashif.k...@hmhco.com] Sent: Thursday, July 11, 2013 2:51 PM To: MarkLogic Developer Discussion Subject: Re: [MarkLogic Dev General] Applying XSLT on XML file using xdmp:xslt-invoke Mary

Re: [MarkLogic Dev General] Applying XSLT on XML file using xdmp:xslt-invoke

2013-07-15 Thread Khan, Kashif
Discussion Subject: Re: [MarkLogic Dev General] Applying XSLT on XML file using xdmp:xslt-invoke Mary this is what I get ?xml version=1.0 encoding=UTF-8? html xmlns=http://www.w3.org/1999/xhtml; titleHTML Transformation/title p xmlns= img src=images/MNMTPG2_SE_062_3T_V1_ANS.jpg alt=/ p

Re: [MarkLogic Dev General] Applying XSLT on XML file using xdmp:xslt-invoke

2013-07-15 Thread Khan, Kashif
Dev General] Applying XSLT on XML file using xdmp:xslt-invoke Mary this is what I get ?xml version=1.0 encoding=UTF-8? html xmlns=http://www.w3.org/1999/xhtml; titleHTML Transformation/title p xmlns= img src=images/MNMTPG2_SE_062_3T_V1_ANS.jpg alt=/ p xmlns:xsi=http://www.w3.org/2001

Re: [MarkLogic Dev General] Applying XSLT on XML file using xdmp:xslt-invoke

2013-07-15 Thread Erik Hennum
: general-boun...@developer.marklogic.com [general-boun...@developer.marklogic.com] on behalf of Khan, Kashif [kashif.k...@hmhco.com] Sent: Monday, July 15, 2013 1:52 PM To: MarkLogic Developer Discussion Subject: Re: [MarkLogic Dev General] Applying XSLT on XML file using xdmp:xslt-invoke Erik

Re: [MarkLogic Dev General] Applying XSLT on XML file using xdmp:xslt-invoke

2013-07-12 Thread Erik Hennum
Subject: Re: [MarkLogic Dev General] Applying XSLT on XML file using xdmp:xslt-invoke Mary this is what I get ?xml version=1.0 encoding=UTF-8? html xmlns=http://www.w3.org/1999/xhtml; titleHTML Transformation/title p xmlns= img src=images/MNMTPG2_SE_062_3T_V1_ANS.jpg alt=/ p xmlns:xsi

Re: [MarkLogic Dev General] Applying XSLT on XML file using xdmp:xslt-invoke

2013-07-11 Thread Khan, Kashif
: [MarkLogic Dev General] Applying XSLT on XML file using xdmp:xslt-invoke Hi Kashif, My first guess would be that your stylesheet returns the output as element nodes rather than a serialized string, and document-insert assumes .html files should be stored as text files (which is the default

Re: [MarkLogic Dev General] Applying XSLT on XML file using xdmp:xslt-invoke

2013-07-11 Thread Khan, Kashif
@developer.marklogic.commailto:general@developer.marklogic.com Subject: Re: [MarkLogic Dev General] Applying XSLT on XML file using xdmp:xslt-invoke Thanks Greet I have made some head way after seeing your response. I just save the file as transformaed.xhtml INSTEAD of transformed.html and it started working. Below is the code

Re: [MarkLogic Dev General] Applying XSLT on XML file using xdmp:xslt-invoke

2013-07-11 Thread Mary Holstege
On Thu, 11 Jul 2013 14:10:02 -0700, Khan, Kashif kashif.k...@hmhco.com wrote: Thanks Greet I have made some head way after seeing your response. I just save the file as transformaed.xhtml INSTEAD of transformed.html and it started working. Below is the code that is now working in query

Re: [MarkLogic Dev General] Applying XSLT on XML file using xdmp:xslt-invoke

2013-07-11 Thread Khan, Kashif
Mary this is what I get ?xml version=1.0 encoding=UTF-8? html xmlns=http://www.w3.org/1999/xhtml; titleHTML Transformation/title p xmlns= img src=images/MNMTPG2_SE_062_3T_V1_ANS.jpg alt=/ p xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

[MarkLogic Dev General] Applying XSLT on XML file using xdmp:xslt-invoke

2013-07-10 Thread Khan, Kashif
Hello everyone, I am having problem understanding the following issue. Any help will be greatly appreciated When I use the following code in query console the XSL gets applied and I get the proper results let $x := xdmp:xslt-invoke(/pipelines/HTML.xsl,

Re: [MarkLogic Dev General] Applying XSLT on XML file using xdmp:xslt-invoke

2013-07-10 Thread Geert Josten
*Khan, Kashif *Verzonden:* woensdag 10 juli 2013 21:11 *Aan:* MarkLogic Developer Discussion *Onderwerp:* [MarkLogic Dev General] Applying XSLT on XML file using xdmp:xslt-invoke Hello everyone, I am having problem understanding the following issue. Any help will be greatly appreciated When I