Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dv1
  • Content: Threads
  • Order by date
  1. dv1

    Xslt - Ignore empty elements

    I need my xslt document to ignore empty elements. This is what I currently have(thanks tsuji) <?xml version="1.0" ?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="xml" encoding="utf-8" indent="yes" /> <xsl:template match="/">...
  2. dv1

    Find object's id - Indesign CS4/VBscript

    IndesignCS4-VBscript I need to find the ID of a selected item, but I don't know what I'm doing. This is what I have so far(but it doesn't work): Function main() Set myInDesign = CreateObject("InDesign.Application.CS4") myInDesign.Activate If myInDesign.Documents.Count <> 0 Then If...
  3. dv1

    Convert XML from PDF to usable XML

    I need to strip out extra attributes from an xml file. I have a very basic idea of how to add extra attributes, since that's what most tutorials show, but I don't know how to remove attributes. I need to convert this: - <Page01_a> - <body xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"...

Part and Inventory Search

Back
Top