Oh man this is so close to working! Here's my FINAL DILEMMA with this whole ordeal. I need the system to be able to pick out the "a" and "b" variables in different categories ^_^x
Let me explain what I'm trying to do. I have a blog with two categories, "Topic" and "Response." I write a topic and set it under the "Topic" category. Then authors respond to the topic and put their responses under "Response." Now the initial page shows the Current topic, and then displays the responses from the authors along with an excerpt. What I'm trying to do is have MT be able to match up each author's response with the correct topic by matching Entry Titles, which is turning into more work than I had originally planned ^_^x
Your solution would work perfectly if I could define the "b" variable with entries under the "Topic" category. Doing it this way will make creating archive pages incredibly easy as well. Is there any way to get this to work?
CODE
<MTEntries category="response" author="Author Name">
<MTIfEqual a="[MTEntryTitle]" b="(what to do here?!)">
<MTEntryBody trim_to="125">
</MTIfEqual>
</MTEntries>
Thank you so much for helping with this!
EDIT: Oh yeah and if this isn't possible be sure to let me know so I can figure out a better solution ^_^x