{
// Get the markup to search for the fragment markup
IMarkupFragment markup = chooseMarkup(container);
if (markup == null)
{
throw new MarkupException("The fragments markup provider has no associated markup. " +
"No markup to search for fragment markup with id: " + markupId);
}
// Search for the fragment markup
IMarkupFragment childMarkup = markup.find(markupId);