<MultiNodePicker type="content"> <nodeId>8535</nodeId> //this nodeId has been deleted,mntp will hide this item <nodeId>9721</nodeId> <nodeId>9245</nodeId> <nodeId>9246</nodeId> <nodeId>9249</nodeId> <nodeId>9249</nodeId> <nodeId>9250</nodeId> </MultiNodePicker>
On the properties tab, people can't see <nodeId>8535</nodeId> item, but in the front page, the list does not show <nodeId>9250</nodeId> item, because list number is 6, for-each from <nodeId>8535</nodeId> to <nodeId>9249</nodeId>, so the valid data <nodeId>9250</nodeId> did not show, how to fix that problem?
It's a little lengthy but you should check out my post on using the Multi-Node Tree Picker on Pimp My XSLT - it takes an alternate approach and also eliminates the problem with deleted nodes (scroll down to the "What’s the difference between..." box to read the explanation).
how to filter node that has been deleted
My doctype has a attribute related other nodes via mntp, if the related node has been deleted, my xslt does not work, here is my code:
xml data is:
On the properties tab, people can't see <nodeId>8535</nodeId> item, but in the front page, the list does not show <nodeId>9250</nodeId> item, because list number is 6, for-each from <nodeId>8535</nodeId> to <nodeId>9249</nodeId>, so the valid data <nodeId>9250</nodeId> did not show, how to fix that problem?
thanks in advance
Hi yumin,
It's a little lengthy but you should check out my post on using the Multi-Node Tree Picker on Pimp My XSLT - it takes an alternate approach and also eliminates the problem with deleted nodes (scroll down to the "What’s the difference between..." box to read the explanation).
Feel free to drop us any questions you have...
/Chriztian
thanks Chriztian
is working on a reply...