how to query nonXML fle by its filename

Hi,
I need to query nonXML documents by their filename (I need query the document with name “FX.xslt”). I know how to query them by id but not by name.I was thniking in something like:

   myDoctype[@ino:name="FX.xslt"]

but it doesn’t work.
I don’t know how to do.

Thanks,
Diego

How about ino:docname?

Thanks a lot,
It works