I want to circle ONLY part of an entry in xymatrix, I have skimmed through several references for xypic but only able to find how I can frame the whole entry (e.g. the one in first and third row in the diagram below) and did not mention how I could do it locally. Say in the example below, I want to frame only the y in second arrow but keep x and z displayed. If I use the following code, the x and z in the second entry of the second row just disappeared. Any idea?
\documentclass{minimal}
\usepackage{amsmath,amssymb}
\usepackage[all]{xy}
\begin{document}
\[\xymatrix{
x & *+[Fo]{z} \ar[l]\ar[d] & z\ar[l] & \cdots\ar[l]\\
z & *+[Fo]{y},x,z \ar[l]\ar[d] & \cdots \ar[l]\\
& *+[Fo]{y} & \cdots\ar[l]
}\]
\end{document}
