How can I tell where a text register is reading from? There was a way to get a list of all the text registers used in a style library. We're still on the old (pre-css) xpp system.
Thanks!
How can I tell where a text register is reading from? There was a way to get a list of all the text registers used in a style library. We're still on the old (pre-css) xpp system.
Thanks!
You can get info on the text registers used in an item format (if) spec or xymacros spec (mx, xx or xy_sys) by right clicking on the spec in reading pane of PathFinder, then go to Tools, then select the Macro List or Tag List tool, as appropriate. When the tool completes, you will be prompted to view the resulting DIV.
Hmmm, what I'm trying to track down is where the register gets the text. I'm looking at ISBN numbers, we know they're coming from somewhere but trying to find that database. I get something similar to what you have posted, Shawn, but not sure how to keep looking from there.
Thank you!
Well, I would think you're outputting what's in the text register via <tr> macro? If so, then you have the number of the register, so you can look for a corresponding <cs;#>...<ce> or <px;#>...<pa> that is capturing the ISBN number. Unless they're located externally and they're being fetched via a Perl routine. That's a whole 'nother kettle of fish!
Well, I would think you're outputting what's in the text register via <tr> macro? If so, then you have the number of the register, so you can look for a corresponding <cs;#>...<ce> or <px;#>...<pa> that is capturing the ISBN number. Unless they're located externally and they're being fetched via a Perl routine. That's a whole 'nother kettle of fish!
Yes, it's the fish kettle we're after, unfortunately.
You could search any Perl scripts being run on your JOB/DIV for "open(" string, which is start of function to "open file" and see if any external file(s) are being accessed.