How can i run XPathBuilder in Sitecore 9
up vote
3
down vote
favorite
How can I run XPathBuilder in Sitecore 9?
I already tried this URL from earlier versions of Sitecore, but it is not working in Sitecore 9: http://<website>/sitecore/shell/default.aspx?xmlcontrol=IDE.XPath.Builder
Can anyone help me here?
sitecore-client
add a comment |
up vote
3
down vote
favorite
How can I run XPathBuilder in Sitecore 9?
I already tried this URL from earlier versions of Sitecore, but it is not working in Sitecore 9: http://<website>/sitecore/shell/default.aspx?xmlcontrol=IDE.XPath.Builder
Can anyone help me here?
sitecore-client
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
How can I run XPathBuilder in Sitecore 9?
I already tried this URL from earlier versions of Sitecore, but it is not working in Sitecore 9: http://<website>/sitecore/shell/default.aspx?xmlcontrol=IDE.XPath.Builder
Can anyone help me here?
sitecore-client
How can I run XPathBuilder in Sitecore 9?
I already tried this URL from earlier versions of Sitecore, but it is not working in Sitecore 9: http://<website>/sitecore/shell/default.aspx?xmlcontrol=IDE.XPath.Builder
Can anyone help me here?
sitecore-client
sitecore-client
edited Dec 4 at 20:06
Dan Sinclair
1,149525
1,149525
asked Dec 4 at 19:54
Rakesh
263
263
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
3
down vote
accepted
XPath Builder has been removed in Sitecore 9.
One alternative is to use Query Analyzer from Sitecore Rocks.
To open Query analizer after you install Sitecore Rocks go to Tools-> Query Analizer
Here are described some of queries which can be run :
https://sitecoreknowledgeshare.blogspot.com/2016/04/sitecore-rocks-query-analyzer.html
add a comment |
up vote
2
down vote
You can not. XPath Builder has been removed in Sitecore 9.
You could try Sitecore Powershell Extensions (SPE). It can help you with the queries and do a whole lot more...
An example of the query functionality in Sitecore 9 with PowerShell:
Get-Item -Path master:// -Query "/sitecore/content//*[@@TemplateName = 'Sample Item']"
More info:
https://www.sitecorespark.com/blog/2017/11/xpath-builder-sitecore-9-powershell-option
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
XPath Builder has been removed in Sitecore 9.
One alternative is to use Query Analyzer from Sitecore Rocks.
To open Query analizer after you install Sitecore Rocks go to Tools-> Query Analizer
Here are described some of queries which can be run :
https://sitecoreknowledgeshare.blogspot.com/2016/04/sitecore-rocks-query-analyzer.html
add a comment |
up vote
3
down vote
accepted
XPath Builder has been removed in Sitecore 9.
One alternative is to use Query Analyzer from Sitecore Rocks.
To open Query analizer after you install Sitecore Rocks go to Tools-> Query Analizer
Here are described some of queries which can be run :
https://sitecoreknowledgeshare.blogspot.com/2016/04/sitecore-rocks-query-analyzer.html
add a comment |
up vote
3
down vote
accepted
up vote
3
down vote
accepted
XPath Builder has been removed in Sitecore 9.
One alternative is to use Query Analyzer from Sitecore Rocks.
To open Query analizer after you install Sitecore Rocks go to Tools-> Query Analizer
Here are described some of queries which can be run :
https://sitecoreknowledgeshare.blogspot.com/2016/04/sitecore-rocks-query-analyzer.html
XPath Builder has been removed in Sitecore 9.
One alternative is to use Query Analyzer from Sitecore Rocks.
To open Query analizer after you install Sitecore Rocks go to Tools-> Query Analizer
Here are described some of queries which can be run :
https://sitecoreknowledgeshare.blogspot.com/2016/04/sitecore-rocks-query-analyzer.html
answered Dec 4 at 20:05
Vlad Iobagiu
12.6k2931
12.6k2931
add a comment |
add a comment |
up vote
2
down vote
You can not. XPath Builder has been removed in Sitecore 9.
You could try Sitecore Powershell Extensions (SPE). It can help you with the queries and do a whole lot more...
An example of the query functionality in Sitecore 9 with PowerShell:
Get-Item -Path master:// -Query "/sitecore/content//*[@@TemplateName = 'Sample Item']"
More info:
https://www.sitecorespark.com/blog/2017/11/xpath-builder-sitecore-9-powershell-option
add a comment |
up vote
2
down vote
You can not. XPath Builder has been removed in Sitecore 9.
You could try Sitecore Powershell Extensions (SPE). It can help you with the queries and do a whole lot more...
An example of the query functionality in Sitecore 9 with PowerShell:
Get-Item -Path master:// -Query "/sitecore/content//*[@@TemplateName = 'Sample Item']"
More info:
https://www.sitecorespark.com/blog/2017/11/xpath-builder-sitecore-9-powershell-option
add a comment |
up vote
2
down vote
up vote
2
down vote
You can not. XPath Builder has been removed in Sitecore 9.
You could try Sitecore Powershell Extensions (SPE). It can help you with the queries and do a whole lot more...
An example of the query functionality in Sitecore 9 with PowerShell:
Get-Item -Path master:// -Query "/sitecore/content//*[@@TemplateName = 'Sample Item']"
More info:
https://www.sitecorespark.com/blog/2017/11/xpath-builder-sitecore-9-powershell-option
You can not. XPath Builder has been removed in Sitecore 9.
You could try Sitecore Powershell Extensions (SPE). It can help you with the queries and do a whole lot more...
An example of the query functionality in Sitecore 9 with PowerShell:
Get-Item -Path master:// -Query "/sitecore/content//*[@@TemplateName = 'Sample Item']"
More info:
https://www.sitecorespark.com/blog/2017/11/xpath-builder-sitecore-9-powershell-option
answered Dec 4 at 20:00
Gatogordo
10.8k21555
10.8k21555
add a comment |
add a comment |
Thanks for contributing an answer to Sitecore Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsitecore.stackexchange.com%2fquestions%2f15364%2fhow-can-i-run-xpathbuilder-in-sitecore-9%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown