Re: Changes in TagSupport
Svata Dedic <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.devel |
|---|---|
| Message-ID | <[email protected]> |
No need to XSLT, really. If your computer runs a reasonable operating system, you may use sed -e "s/org.omg.mof.java_prefix/javax.jmi.packagePrefix/g;s/org.omg.mof.java_substitute_name/javax.jmi.substituteName/g" inputfile.xml > the_output.xml Jan Kozusznik wrote: > It seems to be very comfortable, do find and replace in file which have > size about 780Kb and is automaticaly generated by some tools. > > Martin Matula wrote: > >> It doesn't even need to be a XSLT. You just need to do an automated or >> manual find/replace. >> Martin >> >> Holger Krug wrote: >> >>> On Tue, Aug 06, 2002 at 10:31:44AM +0200, Jan Kozusznik wrote: >>> >>>> but we use for modeling Rational Rose, and this product generate xmi >>>> file with this tags. >>> >>> I recommend to write a small XSLT stylesheet to transform Rose's >>> output to MDR's input. >>> -- Svatopluk Dedic <mailto:[email protected]> NetBeans, Java/Repository <http://java.netbeans.org>