Permalink
Browse files
fix typo and update copyrights
- Loading branch information...
Showing
with
6 additions
and
6 deletions.
-
+2
−2
README.md
-
+1
−1
src/cprof.xqy
-
+1
−1
src/test.xqy
-
+1
−1
src/test.xsl
-
+1
−1
test/cprof.xml
|
@@ -7,7 +7,7 @@ Conditional Profiling |
|
|
You have written an application or a service using MarkLogic Server
|
|
|
and XQuery or XSLT. Your application uses some combination of
|
|
|
HTTP, `xdmp:eval`, `xdmp:invoke`, `xdmp:value`,
|
|
|
-`xdmp:xslt-eval`, and `xdmp:xslt-eval`.
|
|
|
+`xdmp:xslt-eval`, and `xdmp:xslt-invoke`.
|
|
|
You have discovered a slow request, and you want to profile it.
|
|
|
But adding profiler support to an HTTP request can be tricky.
|
|
|
Changing metaprogramming calls like `xdmp:invoke` to `prof:invoke`
|
|
@@ -58,7 +58,7 @@ Patches are welcome. |
|
|
|
|
|
License
|
|
|
---
|
|
|
-Copyright (c) 2011 Michael Blakeley. All Rights Reserved.
|
|
|
+Copyright (c) 2011-2012 Michael Blakeley. All Rights Reserved.
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
@@ -2,7 +2,7 @@ xquery version "1.0-ml"; |
|
|
(:
|
|
|
: cprof.xqy
|
|
|
:
|
|
|
- : Copyright (c) 2011 Michael Blakeley. All Rights Reserved.
|
|
|
+ : Copyright (c) 2011-2012 Michael Blakeley. All Rights Reserved.
|
|
|
:
|
|
|
: Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
: you may not use this file except in compliance with the License.
|
|
|
|
@@ -2,7 +2,7 @@ xquery version "1.0-ml"; |
|
|
(:
|
|
|
: test.xqy
|
|
|
:
|
|
|
- : Copyright (c) 2011 Michael Blakeley. All Rights Reserved.
|
|
|
+ : Copyright (c) 2011-2012 Michael Blakeley. All Rights Reserved.
|
|
|
:
|
|
|
: Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
: you may not use this file except in compliance with the License.
|
|
|
|
|
@@ -1,5 +1,5 @@ |
|
|
<!--
|
|
|
- : Copyright (c)2011 Michael Blakeley. All Rights Reserved.
|
|
|
+ : Copyright (c)2011-2012 Michael Blakeley. All Rights Reserved.
|
|
|
:
|
|
|
: Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
: you may not use this file except in compliance with the License.
|
|
|
|
|
@@ -1,5 +1,5 @@ |
|
|
<!--
|
|
|
- : Copyright (c)2011 Michael Blakeley. All Rights Reserved.
|
|
|
+ : Copyright (c)2011-2012 Michael Blakeley. All Rights Reserved.
|
|
|
:
|
|
|
: Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
: you may not use this file except in compliance with the License.
|
|
|
0 comments on commit
cbaf190