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
New contributor
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
New contributor
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
New contributor
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
New contributor
New contributor
edited 8 hours ago
Dan Sinclair
1,071524
1,071524
New contributor
asked 8 hours ago
Rakesh
161
161
New contributor
New contributor
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
1
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
1
down vote
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 |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
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
1
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
1
down vote
up vote
1
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 8 hours ago
Gatogordo
10.8k21555
10.8k21555
add a comment |
add a comment |
up vote
1
down vote
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
1
down vote
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
1
down vote
up vote
1
down vote
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 8 hours ago
Vlad Iobagiu
12.5k2931
12.5k2931
add a comment |
add a comment |
Rakesh is a new contributor. Be nice, and check out our Code of Conduct.
Rakesh is a new contributor. Be nice, and check out our Code of Conduct.
Rakesh is a new contributor. Be nice, and check out our Code of Conduct.
Rakesh is a new contributor. Be nice, and check out our Code of Conduct.
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